From ca874e0be9743e776096f5000fe4c11dbfdc7788 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Thu, 2 Jan 2025 15:20:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E5=85=85=E5=B8=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E6=96=87=E5=AD=97=EF=BC=8C=E6=8D=A2=E4=BD=8D?= =?UTF-8?q?=E6=89=AB=E7=A0=81=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=9A=84=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/assets/recharge.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pages/assets/recharge.vue b/pages/assets/recharge.vue index 04f0410..801f8b8 100644 --- a/pages/assets/recharge.vue +++ b/pages/assets/recharge.vue @@ -31,11 +31,10 @@ size="mini" @click="changeRechargeType(1)" >OMNI --> - - ERC20 + TRC20 - ERC20 {{$t('recharge.a1')}} {{text }} {{coin}}.{{$t('recharge.a2')}} @@ -74,11 +73,11 @@ @@ -170,9 +169,9 @@ export default { this.form.address = ""; // console.info(this.coin) if (this.coin != "USDT") { - this.rechargeType = 1; + this.rechargeType = 1; }else{ - this.rechargeType = 3; + this.rechargeType = 2; } this.walletImage(); }