瀏覽代碼

项目日志:1.12 消息推送

gubai 2 年之前
父節點
當前提交
789f4dbada
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pages/msg/msg.vue

+ 5 - 0
pages/msg/msg.vue

xqd
@@ -102,6 +102,11 @@
 			};
 		},
 		
+		async onShow() {
+			this.admin = this.$store.getters.userInfo
+			await this.isLogin()
+		},
+		
 		async onLoad() {
 			this.admin = this.$store.getters.userInfo
 			await this.isLogin()