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