yuantianjiao 6 years ago
parent
commit
2a362bcf0f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/user/mainPage/userCenter/index.vue

+ 1
- 1
src/pages/user/mainPage/userCenter/index.vue View File

@@ -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)