guhongwei 2 年之前
父節點
當前提交
54077c30e4
共有 1 個文件被更改,包括 2 次插入1 次删除
  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();