Commit 3f52fb22 authored by pengyunqian's avatar pengyunqian

feat:tab切换获取账户余额状态

parent 47de99d6
......@@ -485,11 +485,13 @@ export default {
handleTabChange() {
this.searchProps.page = 0;
this.getApplyList();
this.getWalletAccountStatus();
},
// 分页
handleCurrentChange(e) {
this.searchProps.page = e;
this.getApplyList();
this.getWalletAccountStatus();
},
// 提现申请审核详情
async handleDetail(showMode, id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment