Explorar o código

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

zs %!s(int64=2) %!d(string=hai) anos
pai
achega
ed26286803
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      pages/index/index.vue

+ 3 - 3
pages/index/index.vue

@@ -17,10 +17,10 @@
 			};
 		},
 		onLoad: function() {},
-		onShow: function() {
+		onShow: async function() {
 			const that = this;
-			that.searchConfig();
-			that.search();
+			await that.searchConfig();
+			await that.search();
 		},
 		methods: {
 			// 查询基本设置