123
dcc
2024-06-05 f15ad3456b47e43646234b9c91c3ddd77ab2cd02
src/page/user/recharge.vue
@@ -17,7 +17,7 @@
    </van-nav-bar>
    <main>
      <div>
        <div class="main-title">{{ $t("支持得支付渠道") }}222</div>
        <div class="main-title">{{ $t("支持得支付渠道") }}</div>
        <van-cell
          is-link
          :title="paymentSelectData.channelAccount || $t('請選擇')"
@@ -250,7 +250,6 @@
    },
    paymentSelect(e) {
      this.paymentSelectData = e;
      console.log(this.rechargeAccountActions,e)
      this.rechargeAccountActions.map((item) => {
        if (item.key === e.assetsType) {
          this.rechargeAccountData = item;
@@ -390,4 +389,4 @@
  width: 2.740741rem;
  height: 2.740741rem;
}
</style>
</style>