pages/forgetPassword/forgetPassword.js
@@ -89,7 +89,14 @@ } if(!validator.checkPassword(this.data.info.newPwd)){ my.showToast({ content: '密码为8-16数字字母组合', content: '新密码为8-16数字字母组合', duration: 2000 }) return } if(!this.data.newPwdTwo){ my.showToast({ content: '请再次输入新密码', duration: 2000 }) return