1
李凌
2025-09-11 9495998e97dd04d4bdfcf32dfd4d49cd45c1fe32
src/views/cryptos/financialManagement/fundBuy.vue
@@ -76,6 +76,7 @@
import { _getBalance } from "@/service/user.api.js";
import { fundMakeOrder } from '@/service/financialManagement.api.js'
import dayjs from 'dayjs'
import { showToast } from "vant";
export default {
  name: "funBuy",
  components: {
@@ -105,7 +106,7 @@
    },
    handleBuy() {
      if (!this.form.amount) {
        this.$toast(this.$t('请输入金额'))
        showToast(this.$t('请输入金额'))
        return
      }
      fundMakeOrder(this.form).then(res => {