1
李凌
2025-09-06 b7eb749eb71ae802f9868e3b099aa362e23d7cc0
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 => {