zzzz
2024-03-28 91f9b7a3b7dfc4fe6b9b5008cfec4e18dfb6dcd5
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("馬股冻结"),