thirdpayment
ljl 11 months ago
parent f3538e77c3
commit 78d2be5ecd

@ -193,7 +193,7 @@
console.log('submit!'); console.log('submit!');
}, },
updatePassword() { updatePassword() {
if (this.registerForm.confirm_password != this.registerForm.password) { if (this.updatePasswordForm.confirm_password != this.updatePasswordForm.password) {
this.$message.error('密码和确认密码不一致'); this.$message.error('密码和确认密码不一致');
return; return;
} }

Loading…
Cancel
Save