xcx 4 lat temu
rodzic
commit
a536c70fe5
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4
    0
      src/components/MainPage/index.vue

+ 4
- 0
src/components/MainPage/index.vue Wyświetl plik

@@ -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
     },