pages/changePassword/changePassword.js
@@ -50,6 +50,13 @@ }); return } if (!validator.checkPassword(this.data.info.newPwd)) { my.showToast({ content: '新密码格式有误,应为8-16位字母数字组合', duration: 2000, }); return } if (this.data.newTwo != this.data.info.newPwd) { my.showToast({ content: '两次新密码不一致,请确认',