admin
2022-03-25 17055fd8d36504b79a5def28f5d4b4740faf012d
1
2
3
                        <#assign inputType="${value.params.inputType?lower_case}" >
                        <input type="${inputType}" name="${value.key}" <#if value.params.verifyValue??> lay-verify="${value.params.verifyValue}" </#if> placeholder="${value.params.placeHolder}" autocomplete="off"
                               class="layui-input">