zzzz
2024-03-27 f9a172d143cd247f24e067ca14aa10387842dd41
注册页面的客服地址错误
2 files modified
10 ■■■■ changed files
src/page/user/recharge-sure.vue 6 ●●●● patch | view | raw | blame | history
src/page/user/recharge.vue 4 ●●●● patch | view | raw | blame | history
src/page/user/recharge-sure.vue
@@ -97,7 +97,7 @@
      // 提款聚到
      rechargeSelect: {},
      actions: [{ name: "銀行卡充值", key: "YHK" }],
      actions: [{ name: this.$t("銀行卡充值"), key: "YHK" }],
      paymentShow: false,
      rechargeAccountShow: false,
@@ -109,7 +109,7 @@
          key: "US",
        },
        {
            name: this.$t("IN"),
          name: this.$t("IN"),
          key: "IN",
        },
        {
@@ -135,7 +135,7 @@
        assetsType: this.accectType,
      });
      if (res.status === 0) {
        Notify({ type: "success", message: this.$t('提款成功,等待审核') });
        Notify({ type: "success", message: this.$t("提款成功,等待审核") });
        setTimeout(() => {
          this.onClickLeft();
        }, 500);
src/page/user/recharge.vue
@@ -3,7 +3,7 @@
    <van-nav-bar
      :placeholder="true"
      :safe-area-inset-top="true"
      title="充值中心"
      :title="$t('充值中心')"
      left-arrow
      @click-left="onClickLeft"
    />
@@ -143,7 +143,7 @@
      paymentSelectData: {},
      rechargeAccountData: {},
      show: false,
      actions: [{ name: "銀行卡充值", key: "YHK" }],
      actions: [{ name: this.$t("銀行卡充值"), key: "YHK" }],
      paymentShow: false,
      paymentActions: [],
      rechargeAccountShow: false,