mp短信登录验证码提示修改
This commit is contained in:
parent
623a5025cf
commit
4e5d30766f
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue