111
k94314517
2023-10-16 ca73a173f008c8d7a9d700bad897ca24fe2d2203
minipro_standard/pages/changePassword/changePassword.vue
@@ -58,7 +58,7 @@
               uni.showToast({ title: '原密码不能为空', icon: 'none', duration: 2000 });
            } else if (!this.form.newPassword) {
               uni.showToast({ title: '新密码不能为空', icon: 'none', duration: 2000 });
            } else if (!/^(?=.*[A-Za-z])(?=.*\d)(?=.*[$@$!%*#?&])[A-Za-z\d$@$!%*#?&]{6,}$/.test(this.form.newPassword)) {
            } else if (!/^([a-z0-9\.\@\!\#\(/)/$\%\^\&\*\(\)]){6,20}$/i.test(this.form.newPassword)) {
               uni.showToast({ title: '密码格式不正确', icon: 'none', duration: 2000 });
            } else if (!this.form.confirmPassword) {
               uni.showToast({ title: '确认密码不能为空', icon: 'none', duration: 2000 });