问题修复
This commit is contained in:
parent
9c0b3ed736
commit
1af8a2e65b
|
|
@ -69,11 +69,11 @@
|
||||||
async loadData() {
|
async loadData() {
|
||||||
this.myMoneyBag = await this.$api.data('myMoneyBag');
|
this.myMoneyBag = await this.$api.data('myMoneyBag');
|
||||||
// 查询账单
|
// 查询账单
|
||||||
// let billRes = await this.$request.qryFinancialCount();
|
let billRes = await this.$request.qryFinancialCount();
|
||||||
// this.bill = billRes.data;
|
this.bill = billRes.data;
|
||||||
// for (let i = 0; i < this.bill.length; i++) {
|
for (let i = 0; i < this.bill.length; i++) {
|
||||||
// this.openStatusArr.push('1');
|
this.openStatusArr.push('1');
|
||||||
// }
|
}
|
||||||
this.curUserInfo = this.$request.getCurUserInfo();
|
this.curUserInfo = this.$request.getCurUserInfo();
|
||||||
this.loadBindBankCard();
|
this.loadBindBankCard();
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue