mp短信登录验证码提示修改
This commit is contained in:
parent
623a5025cf
commit
4e5d30766f
|
|
@ -17,13 +17,13 @@
|
||||||
<view class="inputItem">
|
<view class="inputItem">
|
||||||
<l-input
|
<l-input
|
||||||
hide-label="{{true}}"
|
hide-label="{{true}}"
|
||||||
placeholder="{{t('placeholder.Captcha')}}"
|
placeholder="输入{{digit}}位短信验证码"
|
||||||
clear="{{true}}"
|
clear="{{true}}"
|
||||||
showRow="{{false}}"
|
showRow="{{false}}"
|
||||||
l-class="my-input"
|
l-class="my-input"
|
||||||
width="380"
|
width="380"
|
||||||
data-attr="captcha"
|
data-attr="captcha"
|
||||||
maxlength="4"
|
maxlength="{{digit}}"
|
||||||
value="{{captcha}}"
|
value="{{captcha}}"
|
||||||
bind:lininput="inputChangeMp"
|
bind:lininput="inputChangeMp"
|
||||||
bind:linclear="inputChangeMp"
|
bind:linclear="inputChangeMp"
|
||||||
|
|
|
||||||
|
|
@ -17,13 +17,13 @@
|
||||||
<view class="inputItem">
|
<view class="inputItem">
|
||||||
<l-input
|
<l-input
|
||||||
hide-label="{{true}}"
|
hide-label="{{true}}"
|
||||||
placeholder="{{t('placeholder.Captcha')}}"
|
placeholder="输入{{digit}}位短信验证码"
|
||||||
clear="{{true}}"
|
clear="{{true}}"
|
||||||
showRow="{{false}}"
|
showRow="{{false}}"
|
||||||
l-class="my-input"
|
l-class="my-input"
|
||||||
width="380"
|
width="380"
|
||||||
data-attr="captcha"
|
data-attr="captcha"
|
||||||
maxlength="4"
|
maxlength="{{digit}}"
|
||||||
value="{{captcha}}"
|
value="{{captcha}}"
|
||||||
bind:lininput="inputChangeMp"
|
bind:lininput="inputChangeMp"
|
||||||
bind:linclear="inputChangeMp"
|
bind:linclear="inputChangeMp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue