Browse Source

修改: 单次获取动态列表的条数

littleblue55 1 week ago
parent
commit
360e201384
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/dynamic/dynamic/dynamic.vue

+ 1 - 1
pages/dynamic/dynamic/dynamic.vue

@@ -51,7 +51,7 @@
 	const searchForm = ref({
 		keyword: '',
 		pageNumber: 1,
-		pageSize: 20
+		pageSize: 10
 	})
 	const total = ref(0);
 	const status = ref('loadmore');