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