红包明细加载优化
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user