From 71d9414eea8a2aa2f1bb9cc8f23f0a69973269f5 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 27 Mar 2024 15:28:24 +0800
Subject: [PATCH] 注册页面的客服地址错误
---
src/page/user/recharge.vue | 31 ++++++++++---------------------
1 files changed, 10 insertions(+), 21 deletions(-)
diff --git a/src/page/user/recharge.vue b/src/page/user/recharge.vue
index 98e8c9d..24a0ad6 100644
--- a/src/page/user/recharge.vue
+++ b/src/page/user/recharge.vue
@@ -8,19 +8,6 @@
@click-left="onClickLeft"
/>
<main>
- <!-- <div class="main-title">請選擇充值方式</div>
- <van-cell
- is-link
- :title="rechargeSelect.name || '請選擇'"
- @click="show = true"
- />
- <van-action-sheet
- v-model="show"
- :actions="actions"
- :cancel-text="$t('hj106')"
- close-on-click-action
- @select="select"
- /> -->
<div>
<div class="main-title">{{ $t("支持得支付渠道") }}</div>
<van-cell
@@ -165,19 +152,21 @@
title: this.$t("美股資產"),
title1: this.$t("美股可用"),
title2: this.$t("美股冻结"),
+ name: this.$t("US"),
key: "US",
symbol: "$",
symbolCode: "USD",
},
+ // {
+ // title: this.$t("印股資產"),
+ // title1: this.$t("印股可用"),
+ // title2: this.$t("印股冻结"),
+ // key: "IN",
+ // symbol: "RM",
+ // symbolCode: "MYR",
+ // },
{
- title: this.$t("印股資產"),
- title1: this.$t("印股可用"),
- title2: this.$t("印股冻结"),
- key: "IN",
- symbol: "RM",
- symbolCode: "MYR",
- },
- {
+ name: this.$t("MAS"),
title: this.$t("馬股資產"),
title1: this.$t("馬股可用"),
title2: this.$t("馬股冻结"),
--
Gitblit v1.9.3