红包明细加载优化

This commit is contained in:
GaoHao
2025-02-05 14:01:02 +08:00
parent 9a33f5ebb1
commit 19f6cadae7
4 changed files with 12 additions and 2 deletions

View File

@@ -55,7 +55,7 @@
moneyType : data.moneyType,
viewType: data.viewType,
}).then(res => {
data.totalCount = res.total;
data.totalCount = res.totalCount;
if ( res.records.length > 0) {
data.list = [...data.list,...res.records];
}