This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-03-06 17:37:28 +08:00
parent 2a8a470ec4
commit 84de1246dd
1 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@
isShowAuth: false, // isShowAuth: false, //
loadEndFlag: false, loadEndFlag: false,
list: [{ list: [{
name: '账户总金额', name: '可用总金额',
value: 0 value: 0
}, { }, {
name: '暂存金额', name: '暂存金额',
@ -725,7 +725,7 @@
this.codelist(); this.codelist();
this.$u.sleep(5000).then(() => { this.$u.sleep(5000).then(() => {
this.loadEndFlag = true; this.loadEndFlag = true;
}) });
}, },
onReachBottom() { onReachBottom() {