| | |
| | | <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> |
| | | <button type="primary" onTap="save" class="login-btn" style="{{background:userStyle.gradientColor}}">重置密码</button> |
| | | </view> |
| | |
| | | }) |
| | | return |
| | | } |
| | | if(!this.data.newPwdTwo){ |
| | | my.showToast({ |
| | | content: '请再次输入新密码', |
| | | duration: 2000 |
| | | }) |
| | | return |
| | | } |
| | | if(this.data.info.newPwd != this.data.newPwdTwo){ |
| | | my.showToast({ |
| | | content: '两次密码不一致请确认', |