From 91f9b7a3b7dfc4fe6b9b5008cfec4e18dfb6dcd5 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 28 Mar 2024 13:04:36 +0800
Subject: [PATCH] 注册页面的客服地址错误
---
src/page/user/recharge.vue | 35 ++++++++++++-----------------------
1 files changed, 12 insertions(+), 23 deletions(-)
diff --git a/src/page/user/recharge.vue b/src/page/user/recharge.vue
index 98e8c9d..0809458 100644
--- a/src/page/user/recharge.vue
+++ b/src/page/user/recharge.vue
@@ -3,24 +3,11 @@
<van-nav-bar
:placeholder="true"
:safe-area-inset-top="true"
- title="充值中心"
+ :title="$t('充值中心')"
left-arrow
@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
@@ -156,7 +143,7 @@
paymentSelectData: {},
rechargeAccountData: {},
show: false,
- actions: [{ name: "銀行卡充值", key: "YHK" }],
+ actions: [{ name: this.$t("銀行卡充值"), key: "YHK" }],
paymentShow: false,
paymentActions: [],
rechargeAccountShow: false,
@@ -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