浏览代码

调整页面

wangxy 2 月之前
父节点
当前提交
acac751626
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      pages/client/Kaoshi/list.vue
  2. 1 1
      pages/client/Kecheng/list.vue
  3. 1 1
      pages/client/Lianxi/list.vue

+ 1 - 1
pages/client/Kaoshi/list.vue

@@ -262,6 +262,6 @@
 	})
 
 	onShow(() => {
-		getMore()
+    onRefresh()
 	})
 </script>

+ 1 - 1
pages/client/Kecheng/list.vue

@@ -157,6 +157,6 @@
 	});
 	
 	onShow(() => {
-		getMore()
+    onRefresh()
 	})
 </script>

+ 1 - 1
pages/client/Lianxi/list.vue

@@ -193,7 +193,7 @@
 		});
 	});
 	onShow(() => {
-		getMore()
+    onRefresh()
 	})
 </script>