| | |
| | | >OMNI</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)" |
| | | <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.fbcz')}}</view> |
| | | </view> |
| | | </view> |
| | | <!-- <view class="color-sell fn-12 p-x-lg" style="color: #DB7A20; |
| | |
| | | }); |
| | | }, |
| | | changeRechargeType(idx) { |
| | | if(idx==4){ |
| | | window.location.href = 'https://chatlink.wchatlink.com/widget/standalone.html?eid=31416ce0b42869d3360f56a6d3fe4e8c&language=ja'; |
| | | return |
| | | } |
| | | this.rechargeType = idx ? idx : 3; |
| | | this.form.address = ""; |
| | | this.walletImage(idx); |