This commit is contained in:
parent
2a8a470ec4
commit
84de1246dd
|
@ -469,7 +469,7 @@
|
|||
isShowAuth: false, //是否隐藏授权
|
||||
loadEndFlag: false,
|
||||
list: [{
|
||||
name: '账户总金额',
|
||||
name: '可用总金额',
|
||||
value: 0
|
||||
}, {
|
||||
name: '暂存金额',
|
||||
|
@ -725,7 +725,7 @@
|
|||
this.codelist();
|
||||
this.$u.sleep(5000).then(() => {
|
||||
this.loadEndFlag = true;
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
onReachBottom() {
|
||||
|
|
Loading…
Reference in New Issue