【修复】部分界面的 pageSize = 1,导致无法上啦刷新

This commit is contained in:
YunaiV
2024-10-12 20:23:26 +08:00
parent fd33176222
commit 9451092335
5 changed files with 5 additions and 5 deletions
@@ -63,7 +63,7 @@
list: [], list: [],
total: 0, total: 0,
pageNo: 1, pageNo: 1,
pageSize: 1, pageSize: 8,
}, },
}); });
+1 -1
View File
@@ -70,7 +70,7 @@
list: [], list: [],
total: 0, total: 0,
pageNo: 1, pageNo: 1,
pageSize: 1, pageSize: 8,
}, },
loadStatus: '', loadStatus: '',
shareInfo: {}, shareInfo: {},
+1 -1
View File
@@ -97,7 +97,7 @@
list: [], list: [],
total: 0, total: 0,
pageNo: 1, pageNo: 1,
pageSize: 1, pageSize: 8,
}, },
}); });
+1 -1
View File
@@ -164,7 +164,7 @@
list: [], list: [],
total: 0, total: 0,
pageNo: 1, pageNo: 1,
pageSize: 1, pageSize: 8,
}, },
categoryId: 0, // 选中的商品分类编号 categoryId: 0, // 选中的商品分类编号
tabMaps: [], // 指定分类时,每个分类构成一个 tab tabMaps: [], // 指定分类时,每个分类构成一个 tab
+1 -1
View File
@@ -48,7 +48,7 @@
list: [], list: [],
total: 0, total: 0,
pageNo: 1, pageNo: 1,
pageSize: 1, pageSize: 8,
}, },
}); });