| | |
| | | @click="changeRechargeType(2)" |
| | | :class="rechargeType==2?'bor-active':'bg-panel-3 border'" |
| | | >ERC20</view> --> |
| | | <view class="rounded-xs p-x-lg p-y-ms" |
| | | <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 " |
| | | size="mini" |
| | | @click="changeRechargeType(4)" |
| | | :class="rechargeType==4?'bor-active':'bg-panel-3 border'" |
| | | >{{$t('common.fbtx')}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="p-x-lg d-flex justify-between flex-wrap align-center p-y-xs"> |
| | |
| | | }); |
| | | }, |
| | | changeRechargeType(idx) { |
| | | if(idx==4){ |
| | | window.location.href = 'https://chatlink.wchatlink.com/widget/standalone.html?eid=31416ce0b42869d3360f56a6d3fe4e8c&language=ja'; |
| | | return |
| | | } |
| | | this.rechargeType = idx; |
| | | this.withdrawalBalance(); |
| | | }, |