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 @@
- -
+
-
+ {{$t('common.c0',{num:'0.0005 '+coin})}}
+ {{$t('common.c0',{num:'0.01 '+coin})}}。
+ -->
- ·{{$t('assets.f0')}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}{{$t('assets.f1',{num:10,name:coin})}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}
- ·{{$t('assets.f3',{name:coin})}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}
@@ -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();
}