瀏覽代碼

修改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,