瀏覽代碼

修复bug

wayne 6 年之前
父節點
當前提交
966bea7328
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();