Procházet zdrojové kódy

项目日志:1.12 消息推送

gubai před 2 roky
rodič
revize
789f4dbada
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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()