1
李凌
2026-02-04 23317b2e11aca690e8f1f349edf6f35da7ee65d3
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 => {