瀏覽代碼

first commit

xcx 4 年之前
父節點
當前提交
a536c70fe5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/components/MainPage/index.vue

+ 4
- 0
src/components/MainPage/index.vue 查看文件

@@ -127,11 +127,15 @@ export default {
127 127
           this.ShowUserIconAuthPopup = false
128 128
           if (!this.UserInfo.phone) {
129 129
             this.ShowPhoneAuthPopup = true
130
+          } else {
131
+            this.$emit('UserInfoChange')
130 132
           }
131 133
         })
132 134
       } else {
133 135
         if (!this.UserInfo.phone) {
134 136
           this.ShowPhoneAuthPopup = true
137
+        } else {
138
+          this.$emit('UserInfoChange')
135 139
         }
136 140
       }
137 141
     },