xiaol 6 mēneši atpakaļ
vecāks
revīzija
5e62affc76
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  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;