<view>
|
<view class="forgetpass-view">
|
<input-item type="number" clear="{{false}}" labelCls="phone-label label" className="phone-ipt" maxlength="11" data-code="{{1}}" onInput="oninput" placeholder="请输入手机号">
|
</input-item>
|
<verify-code maxlength="6" clear="{{false}}" last="{{false}}" a:if="{{info.mblNo && info.mblNo.length == 11}}" label="{{''}}" inputCls="code-ipt" labelCls="code-label" countDown="{{60}}" initActive="{{false}}" clear="{{false}}" onSend="onSend" onInput="inputVerCode" value="{{info.verCode}}">
|
</verify-code>
|
<input-item type="text" clear="{{false}}" labelCls="password-label label" className="password-ipt" maxlength="12" data-code="{{2}}" onInput="oninput" password="{{true}}" placeholder="请输入新密码">
|
</input-item>
|
<input-item type="text" clear="{{false}}" labelCls="respassword-label label" className="password-ipt" maxlength="12" data-code="{{3}}" onInput="oninput" password="{{true}}" placeholder="请再次输入密码">
|
</input-item>
|
</view>
|
<button type="primary" onTap="save" class="login-btn" style="{{background:userStyle.gradientColor}}">前往登录</button>
|
</view>
|