提交 7936ec93 authored 作者: huaxinzhu's avatar huaxinzhu

资产优化

上级 bf946199
......@@ -174,7 +174,11 @@
this.withdrawalBalance = Number(res.data.account_info.new_balance) / 100;
this.withdrawalProgress = Number(res.data.account_info.new_frozen_money) / 100;
this.currentBalance = this.add(this.withdrawalBalance,this.withdrawalProgress);
this.isAllowWithdraw = res.data.account_info.is_allow_withdraw ? false : true;
if ( res.data.account_info.is_allow_withdraw == 0) {
this.isAllowWithdraw = true;
}else {
this.isAllowWithdraw = false;
}
}
// 账户管理
if(res.data.bank_list) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论