소스 검색

调整页面

wangxy 3 주 전
부모
커밋
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>