wangcz 7 lat temu
rodzic
commit
e8ac7b5508
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      components/mobile/reset/stepMobile.vue

+ 2 - 2
components/mobile/reset/stepMobile.vue

@@ -75,8 +75,8 @@
           this.$http.get('/sso/resetPwd/check/mobile', {params: {mobile: this.info, timestamp: new Date().getTime() + ''}})
             .then(response => {
               this.$indicator.close()
-              if (response.data) {
-                this.tokenCode = response.data.token
+              if (response.data.content) {
+                this.tokenCode = response.data.content.token
                 this.$toast({
                   message: '验证码已经发送到您的手机,请注意查收',
                   iconClass: 'el-icon-success'