Browse Source

first commit

xcx 4 years ago
parent
commit
a536c70fe5
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/components/MainPage/index.vue

+ 4
- 0
src/components/MainPage/index.vue View File

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