wayne 6 yıl önce
ebeveyn
işleme
966bea7328
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      plugins/common.js

+ 1 - 0
plugins/common.js

@@ -26,6 +26,7 @@ Vue.mixin({
   },
   methods: {
     async needLogin() {
+      Vue.hasMessage = true
       const userInfo = await this.getUserInfo();
       if (!userInfo.nickname) {
         this.goLogin();