guhongwei 2 år sedan
förälder
incheckning
54077c30e4
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      pages/market/index.vue

+ 2 - 1
pages/market/index.vue

@@ -139,7 +139,8 @@
 				totalMoney: 0,
 			};
 		},
-		onLoad: function() {
+		onLoad() {},
+		onShow() {
 			const that = this;
 			// 监听登录
 			that.watchLogin();