guhongwei 2 years ago
parent
commit
54077c30e4
1 changed files with 2 additions and 1 deletions
  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();