From 44db498cedee7573d090797b1fe5c331c413b00a Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Mon, 22 Apr 2024 19:03:57 +0800
Subject: [PATCH] first
---
src/page/user/recharge-sure.vue | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/page/user/recharge-sure.vue b/src/page/user/recharge-sure.vue
index f16c412..95989a9 100644
--- a/src/page/user/recharge-sure.vue
+++ b/src/page/user/recharge-sure.vue
@@ -85,7 +85,7 @@
return {
value: 0,
- paymentSelectData: "US",
+ paymentSelectData: "IN",
show: false,
@@ -99,17 +99,17 @@
rechargeAccountData: {},
rechargeAccountActions: [
{
- name: this.$t("US"),
- key: "US",
+ name: this.$t("IN"),
+ key: "IN",
},
- {
- name: this.$t("MAS"),
- key: "MAS",
- },
- {
- name: this.$t("HK"),
- key: "HK",
- },
+ // {
+ // name: this.$t("MAS"),
+ // key: "MAS",
+ // },
+ // {
+ // name: this.$t("HK"),
+ // key: "HK",
+ // },
],
bankCard: {},
@@ -154,7 +154,7 @@
this.getMoneyList = res.data;
res.data.map((item) => {
if (item.accectType === this.rechargeAccountData.key) {
- this.availableBalanceUSD = item.availableBalanceUSD;
+ this.availableBalanceUSD = item.availableBalance;
this.symbolCode = item.symbolCode;
this.accectType = item.accectType;
}
@@ -188,7 +188,7 @@
this.rechargeAccountData = e;
(this.getMoneyList || []).map((item) => {
if (item.accectType === this.rechargeAccountData.key) {
- this.availableBalanceUSD = item.availableBalanceUSD;
+ this.availableBalanceUSD = item.availableBalance;
this.symbolCode = item.symbolCode;
this.accectType = item.accectType;
}
--
Gitblit v1.9.3