| | |
| | | |
| | | // 提款聚到 |
| | | rechargeSelect: {}, |
| | | actions: [{ name: "銀行卡充值", key: "YHK" }], |
| | | actions: [{ name: this.$t("銀行卡充值"), key: "YHK" }], |
| | | paymentShow: false, |
| | | |
| | | rechargeAccountShow: false, |
| | |
| | | key: "US", |
| | | }, |
| | | { |
| | | name: this.$t("IN"), |
| | | name: this.$t("IN"), |
| | | key: "IN", |
| | | }, |
| | | { |
| | |
| | | assetsType: this.accectType, |
| | | }); |
| | | if (res.status === 0) { |
| | | Notify({ type: "success", message: this.$t('提款成功,等待审核') }); |
| | | Notify({ type: "success", message: this.$t("提款成功,等待审核") }); |
| | | setTimeout(() => { |
| | | this.onClickLeft(); |
| | | }, 500); |
| | |
| | | <van-nav-bar |
| | | :placeholder="true" |
| | | :safe-area-inset-top="true" |
| | | title="充值中心" |
| | | :title="$t('充值中心')" |
| | | left-arrow |
| | | @click-left="onClickLeft" |
| | | /> |
| | |
| | | paymentSelectData: {}, |
| | | rechargeAccountData: {}, |
| | | show: false, |
| | | actions: [{ name: "銀行卡充值", key: "YHK" }], |
| | | actions: [{ name: this.$t("銀行卡充值"), key: "YHK" }], |
| | | paymentShow: false, |
| | | paymentActions: [], |
| | | rechargeAccountShow: false, |