mp短信登录验证码提示修改

This commit is contained in:
lxy 2024-11-04 15:53:39 +08:00
parent 623a5025cf
commit 4e5d30766f
2 changed files with 4 additions and 4 deletions

View File

@ -17,13 +17,13 @@
<view class="inputItem">
<l-input
hide-label="{{true}}"
placeholder="{{t('placeholder.Captcha')}}"
placeholder="输入{{digit}}位短信验证码"
clear="{{true}}"
showRow="{{false}}"
l-class="my-input"
width="380"
data-attr="captcha"
maxlength="4"
maxlength="{{digit}}"
value="{{captcha}}"
bind:lininput="inputChangeMp"
bind:linclear="inputChangeMp"

View File

@ -17,13 +17,13 @@
<view class="inputItem">
<l-input
hide-label="{{true}}"
placeholder="{{t('placeholder.Captcha')}}"
placeholder="输入{{digit}}位短信验证码"
clear="{{true}}"
showRow="{{false}}"
l-class="my-input"
width="380"
data-attr="captcha"
maxlength="4"
maxlength="{{digit}}"
value="{{captcha}}"
bind:lininput="inputChangeMp"
bind:linclear="inputChangeMp"