1
PC-20250623MANY\Administrator
2025-07-16 61944978f51ca99a001162ac1ff3d32dcd5315ed
src/page/user/recharge-sure.vue
@@ -82,6 +82,7 @@
        type="primary"
        style="margin-top: 1.04rem; margin-bottom: 1.04rem"
        @click="setOutMoney"
        :disabled="isclick"
        >{{ $t("提款") }}</van-button
      >
    </main>
@@ -91,6 +92,7 @@
<script>
import { ActionSheet, Notify } from "vant";
import ClipboardJS from "clipboard";
import _ from 'lodash';
import { getBankCard, getMoney, outMoney } from "../../axios/api";
export default {
@@ -100,7 +102,7 @@
      value: 0,
      paymentSelectData: "IN",
      isclick:false,
      show: false,
      yhkshow:false,
      // 提款聚到
@@ -142,16 +144,19 @@
  },
  methods: {
    async setOutMoney() {
      if (this.isclick) return;
      console.log('11111');
      const res = await outMoney({
        amt: this.value,
        assetsType: this.accectType,
        bankId:this.yhkid
      });
      this.isclick = false;
      if (res.status === 0) {
        Notify({ type: "success", message: this.$t("hj182") });
        setTimeout(() => {
        // setTimeout(() => {
          this.$router.push("/cashlist");
        }, 500);
        // }, 500);
      } else {
        Notify(res.msg);
      }
@@ -200,7 +205,7 @@
      clipboard.onClick(e);
    },
    onClickLeft() {
      this.$router.push("/user");
      this.$router.push("/account");
    },
    yhkselect(e) {
      this.yhkrechargeSelect = e;
@@ -230,10 +235,12 @@
</script>
<style lang="less" scoped>
@green: #c4d600;
.but {
  width: 100%;
  color: #ffffff;
  background-color: #1989fa;
  background-color: @green;
  border: none;
  border-radius: 8px;
  height: 66px;
  font-size: 22px;
@@ -349,7 +356,7 @@
  cursor: pointer;
}
.myr {
  color: rgb(5, 106, 239);
  color: @green;
  cursor: pointer;
}
.dz-title {