admin
2024-07-25 47e3087067abd35e6337c011f96d2338c0bb1aae
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">