yuantianjiao 6 lat temu
rodzic
commit
2a362bcf0f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/pages/user/mainPage/userCenter/index.vue

+ 1
- 1
src/pages/user/mainPage/userCenter/index.vue Wyświetl plik

@@ -80,7 +80,7 @@ export default {
80 80
 
81 81
   },
82 82
   mounted () {
83
-    this.$nextTick(() => {
83
+    this.getUserInfo({ org: this.org }).then(() => {
84 84
       if (this.userInfo != 406) {
85 85
         this.user = this.userInfo.customer
86 86
         this.AccountInfo = JSON.parse(this.user.AccountInfo)