修改全局分页为20条
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import CommonLoading from './components/loading.vue'
|
||||
|
||||
uni.$zp = {
|
||||
config: {
|
||||
'default-page-size': 15,
|
||||
'default-page-size': 20,
|
||||
'show-loading-more-when-reload': true, // 列表刷新时自动显示加载更多view,且为加载中状态
|
||||
'show-scrollbar': false, // 控制是否出现滚动条
|
||||
'refresher-refreshing-scrollable': false, // 自定义下拉刷新刷新中状态是否允许列表滚动
|
||||
|
||||
Reference in New Issue
Block a user