分销:重命名提现类型字段

pull/2/head
owen 2023-09-24 22:32:11 +08:00
parent b076f61c58
commit 5d319b3f37
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@
TradeConfigApi.getTradeConfig().then(res => {
this.minPrice = Util.fen2yuan(res.data.brokerageWithdrawMinPrice || 0);
this.frozenDays = res.data.brokerageFrozenDays || 0;
this.withdrawTypes = res.data.brokerageWithdrawType || [];
this.withdrawTypes = res.data.brokerageWithdrawTypes || [];
this.withdrawType = this.withdrawTypes[0]; //
});
},