소스 검색

修改pageSize

wangxy 1 년 전
부모
커밋
ab60177894
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      components/custom-scroll-list/custom-scroll-list.vue

+ 1 - 1
components/custom-scroll-list/custom-scroll-list.vue

@@ -37,7 +37,7 @@
 		},
 		size: {
 			type: Number,
-			default: 2
+			default: 5
 		},
 		hasSearcBar: {
 			type: Boolean,