浏览代码

项目日志:1.12 消息推送

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

+ 5 - 0
pages/msg/msg.vue

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