dcc
2024-05-17 b8f6f514b675fa6a006dfafbc99303b3c5c8ba85
src/page/user/recharge.vue
@@ -17,25 +17,16 @@
    </van-nav-bar>
    <main>
      <div>
        <template v-if="paymentSelectData.channelAccount !== undefined">
          <div class="main-title">{{ $t("請選擇充值賬戶") }}</div>
          <van-cell
            is-link
            :title="$t(rechargeAccountData.key) || $t('請選擇')"
          />
          <van-action-sheet
            v-model="rechargeAccountShow"
            :actions="rechargeAccountActions"
            :cancel-text="$t('qx')"
          />
        </template>
        <div class="main-title">IFSC</div>
        <!--        <div class="main-title">IFSC</div>-->
        <div class="main-title">Select recharge account</div>
        <div class="white-input" @click="paymentShow = true">
          <span>{{ paymentSelectData.channelAccount || $t('請選擇') }}</span>
          <i
            v-if="paymentSelectData.channelAccount"
            class="iconfont icon-fuzhi fuzhi"
            @click.stop="(e) => copyText(e, paymentSelectData.channelAccount)"
          ></i>
          <van-icon v-else class="myr" name="arrow" />
        </div>
<!--        <van-cell-->
<!--          is-link-->
@@ -50,6 +41,18 @@
          close-on-click-action
          @select="paymentSelect"
        />
        <template v-if="paymentSelectData.channelAccount !== undefined">
          <div class="main-title">{{ $t("請選擇充值賬戶") }}</div>
          <van-cell
            is-link
            :title="$t(rechargeAccountData.key) || $t('請選擇')"
          />
          <van-action-sheet
            v-model="rechargeAccountShow"
            :actions="rechargeAccountActions"
            :cancel-text="$t('qx')"
          />
        </template>
        <template v-if="paymentSelectData.channelAccount !== undefined">
          <div class="main-title">{{ $t("银行帐号") }}</div>