| | |
| | | <div class="tab-wrap flex"> |
| | | <div class="tab-item mr-4" v-for="(item, index) in usdtList" :key="index" |
| | | :class="[selectIndex == index ? 'active' : '']" @click="changeIndex(index)">{{ |
| | | item.blockchain_name |
| | | item.blockchainName |
| | | }}</div> |
| | | </div> |
| | | </van-cell-group> |
| | |
| | | <div class="mt-6 px-30"> |
| | | <van-button class="w-full" type="primary" round color="#f7b600" @click="submit">{{ $t('submit') }} </van-button> |
| | | </div> |
| | | <fx-popup v-model:show="showPopup" @close="closeOrder" :blockchain_name="usdtObj.blockchain_name" :address="address" |
| | | <fx-popup v-model:show="showPopup" @close="closeOrder" :blockchain_name="usdtObj.blockchainName" :address="address" |
| | | :amount="amount" :fee="fee" :volume_last="volume_last" :session_token="session_token" :coin=coin> </fx-popup> |
| | | </div> |
| | | </template> |
| | |
| | | // money_wallet.value = res.money_wallet |
| | | // }) |
| | | _getassets().then(res => { |
| | | money_wallet.value = res.capital |
| | | money_wallet.value = res.capitalUSDT |
| | | }) |
| | | } |
| | | const pastCont = async () => { |
| | |
| | | } |
| | | _withdrawFee({ |
| | | amount: amount.value, |
| | | channel: usdtObj.value.coin + '_' + usdtObj.value.blockchain_name |
| | | channel: usdtObj.value.coin + '_' + usdtObj.value.blockchainName |
| | | }).then((res) => { |
| | | volume_last.value = res.volume_last; |
| | | fee.value = res.fee; |