yuantianjiao 6 年前
父节点
当前提交
2a362bcf0f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/pages/user/mainPage/userCenter/index.vue

+ 1
- 1
src/pages/user/mainPage/userCenter/index.vue 查看文件

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