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 => {