From 5d319b3f376c50a1a9d7b0a48c917c9b833daf67 Mon Sep 17 00:00:00 2001 From: owen Date: Sun, 24 Sep 2023 22:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=EF=BC=9A=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E6=8F=90=E7=8E=B0=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/user_cash/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/users/user_cash/index.vue b/pages/users/user_cash/index.vue index 5cdfbb94..5ebadd6f 100644 --- a/pages/users/user_cash/index.vue +++ b/pages/users/user_cash/index.vue @@ -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]; // 默认选中第一个提现方式 }); },