瀏覽代碼

授权头像

1002884655 4 年之前
父節點
當前提交
2efcbb1475
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      src/pages/WoDe/index.vue

+ 3
- 0
src/pages/WoDe/index.vue 查看文件

81
       'EditUserInfo' // 编辑用户信息
81
       'EditUserInfo' // 编辑用户信息
82
     ]),
82
     ]),
83
     Init () { // 初始化
83
     Init () { // 初始化
84
+      if (this.UserInfo === null && this.UserInfo.Phone === undefined && this.UserInfo.Phone === null) {
85
+        this.IconUrl = this.UserInfo.Icon
86
+      }
84
     },
87
     },
85
     UserInfoChange () {
88
     UserInfoChange () {
86
       this.IconUrl = this.UserInfo.Icon
89
       this.IconUrl = this.UserInfo.Icon