xiaol 6 months ago
parent
commit
5e62affc76
1 changed files with 3 additions and 3 deletions
  1. 3 3
      pages/user/set/password.vue

+ 3 - 3
pages/user/set/password.vue

@@ -102,11 +102,11 @@
 						captcha: this.captcha,
 						password: this.password,
 					})
-					.then(({
+					.then((
 						data
-					}) => {
+					) => {
 						this.loding = false;
-						this.$api.msg(obj.$t("safe.d3"));
+						this.$api.msg(data.msg);
 					})
 					.catch(err => {
 						this.loding = false;