From a2f0aa31fd9d35486480e6c24d000c72b32bc932 Mon Sep 17 00:00:00 2001 From: owen Date: Thu, 21 Sep 2023 23:56:33 +0800 Subject: [PATCH] =?UTF-8?q?trade:=20=E5=88=86=E9=94=80=E4=B8=9A=E5=8A=A1?= =?UTF-8?q?=20-=20=E6=8F=90=E7=8E=B0=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/user_cash/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/users/user_cash/index.vue b/pages/users/user_cash/index.vue index 5883a247..c9b18e65 100644 --- a/pages/users/user_cash/index.vue +++ b/pages/users/user_cash/index.vue @@ -33,7 +33,7 @@ - 当前可提现金额: ¥{{ fen2yuan(commission.brokeragePrice) }},冻结佣金:¥{{ fen2yuan(commission.frozenBrokeragePrice) }} + 当前可提现金额: ¥{{ fen2yuan(commission.brokeragePrice) }},冻结佣金:¥{{ fen2yuan(commission.frozenPrice) }} 说明: 每笔佣金的冻结期为{{frozenDays}}天,到期后可提现 @@ -65,7 +65,7 @@ - 当前可提现金额: ¥{{ fen2yuan(commission.brokeragePrice) }},冻结佣金:¥{{ fen2yuan(commission.frozenBrokeragePrice) }} + 当前可提现金额: ¥{{ fen2yuan(commission.brokeragePrice) }},冻结佣金:¥{{ fen2yuan(commission.frozenPrice) }} 说明: 每笔佣金的冻结期为{{frozenDays}}天,到期后可提现 @@ -97,7 +97,7 @@ - 当前可提现金额: ¥{{ fen2yuan(commission.brokeragePrice) }},冻结佣金:¥{{ fen2yuan(commission.frozenBrokeragePrice) }} + 当前可提现金额: ¥{{ fen2yuan(commission.brokeragePrice) }},冻结佣金:¥{{ fen2yuan(commission.frozenPrice) }} 说明: 每笔佣金的冻结期为{{frozenDays}}天,到期后可提现 @@ -190,7 +190,7 @@ }) TradeConfigApi.getTradeConfig().then(res => { this.minPrice = (res.data.brokerageWithdrawMinPrice || 0) / 100.0; - this.frozenDays = res.data.brokerageWithdrawMinPrice || 0; + this.frozenDays = res.data.brokerageFrozenDays || 0; }); }, getUserExtractBank: function() {