|
|
|
@ -23,21 +23,22 @@ |
|
|
|
> |
|
|
|
<!-- <span>{{$t('assets.b7')}}</span> --> |
|
|
|
<view class="group d-flex fn-12 color-light"> |
|
|
|
<view class="rounded-xs p-x-lg p-y-ms m-r-md" |
|
|
|
<!-- <view class="rounded-xs p-x-lg p-y-ms m-r-md" |
|
|
|
:class="rechargeType==1?'bor-active':'bg-panel-3 border'" |
|
|
|
size="mini" |
|
|
|
@click="changeRechargeType(1)" |
|
|
|
>OMNI</view> |
|
|
|
>OMNI</view> --> |
|
|
|
<view class="rounded-xs p-x-lg p-y-ms m-r-md" |
|
|
|
size="mini" |
|
|
|
@click="changeRechargeType(3)" |
|
|
|
:class="rechargeType==3?'bor-active':'bg-panel-3 border'" |
|
|
|
>TRC20</view> |
|
|
|
<view class="rounded-xs p-x-lg p-y-ms m-r-md" |
|
|
|
size="mini" |
|
|
|
@click="changeRechargeType(2)" |
|
|
|
:class="rechargeType==2?'bor-active':'bg-panel-3 border'" |
|
|
|
>ERC20</view> |
|
|
|
<view class="rounded-xs p-x-lg p-y-ms" |
|
|
|
size="mini" |
|
|
|
@click="changeRechargeType(3)" |
|
|
|
:class="rechargeType==3?'bor-active':'bg-panel-3 border'" |
|
|
|
>TRC20</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="p-x-lg d-flex justify-between flex-wrap align-center p-y-xs"> |
|
|
|
@ -184,7 +185,7 @@ export default { |
|
|
|
return { |
|
|
|
coinListShow: false, |
|
|
|
coin: "", |
|
|
|
rechargeType: 1, |
|
|
|
rechargeType: 3, |
|
|
|
form: { |
|
|
|
coin_id: "", |
|
|
|
amount: "", |
|
|
|
|