| | |
| | | <div class="rechargePage box-border font-26"> |
| | | <assets-head :title="$t('快速充币')" /> |
| | | <div class="mt-30 w-full text-center font-36 textColor"> |
| | | {{ coin.toUpperCase() + " " + $t("充值") }} |
| | | {{ symbol.toUpperCase() + " " + $t("充值") }} |
| | | </div> |
| | | <div |
| | | class="pl-30 pr-30 text-center flex flex-col items-center justify-center mt40" |
| | |
| | | {{ $t("复制地址") }} |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <!-- <div> |
| | | <div class="font-26 textColor">{{ $t("转出地址(选填)") }}</div> |
| | | <div style="position: relative" class="mt-26 mb-60"> |
| | | <input |
| | |
| | | {{ $t("粘贴") }} |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="mb-60"> |
| | | </div> --> |
| | | <!-- <div class="mb-60"> |
| | | <div class="font-26 textColor">{{ $t("充币数量") }}</div> |
| | | <div> |
| | | <input |
| | |
| | | :placeholder="$t('请输入充币数量')" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <!-- <div> |
| | | <div class="font-26 textColor">{{ $t('链名称') }}</div> |
| | | <div class="flex "> |
| | |
| | | item.blockchain_name }}</div> |
| | | </div> |
| | | </div> --> |
| | | <div> |
| | | <!-- <div> |
| | | <div class="font-26 textColor"> |
| | | {{ $t("付款凭证(上传支付详情截图)") }} |
| | | </div> |
| | |
| | | :after-read="afterRead" |
| | | /> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | <div class="hint-box"> |
| | | <!-- <div class="hint-box"> |
| | | <div class="pl-30 pr-30"> |
| | | <div class="font-26 mb-27 textColor">{{ $t("重要提示") }}</div> |
| | | <div class="font-28 text-grey" v-html="tip"></div> |
| | |
| | | {{ $t("下一步") }} |
| | | </button> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | imgshow: false, |
| | | img: "", |
| | | enterAddress: "", |
| | | symbol: "", |
| | | }; |
| | | }, |
| | | mounted() { |
| | | //获取域名 |
| | | this.nowUrl = "https://" + window.location.hostname; |
| | | this.coin = this.$route.query.symbol; |
| | | this.coin = this.$route.query.coin; |
| | | this.symbol = this.$route.query.symbol; |
| | | this.getData(); |
| | | this.getToken(); |
| | | // https://www.wbfjsfhjdbsh.site/wap/api/cms!get.action?language=en&content_code=002&token=fe3c35583f8a4f12a86b0c13faa75ee6 |
| | |
| | | this.$toast(this.$t("请输入数字")); |
| | | return; |
| | | } |
| | | |
| | | if (this.amount) { |
| | | Axios.rechargeApply({ |
| | | session_token: this.session_token, |
| | | amount: this.amount, |
| | | from: this.enterAddress, |
| | | blockchain_name: this.coin, |
| | | blockchain_name: this.coin.toUpperCase(), |
| | | img: this.submitImg, |
| | | coin: this.coin, |
| | | coin: this.symbol.toUpperCase(), |
| | | channel_address: this.address, |
| | | tx: "", |
| | | }) |