flat: 消息

This commit is contained in:
史典卓
2025-05-15 14:17:51 +08:00
parent 5333254c58
commit a93907018c
40 changed files with 875 additions and 56 deletions

View File

@@ -97,7 +97,7 @@ function updateCancel(item) {
function getList(type = 'add', loading = true) {
if (type === 'refresh') {
pageState.page = 0;
pageState.page = 1;
pageState.maxPage = 1;
}
if (type === 'add' && pageState.page < pageState.maxPage) {