From b7eb749eb71ae802f9868e3b099aa362e23d7cc0 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sat, 06 Sep 2025 18:33:05 +0800
Subject: [PATCH] 1
---
src/views/cryptos/order/FinancialOrder/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/cryptos/order/FinancialOrder/index.vue b/src/views/cryptos/order/FinancialOrder/index.vue
index a3ccfde..2c02487 100644
--- a/src/views/cryptos/order/FinancialOrder/index.vue
+++ b/src/views/cryptos/order/FinancialOrder/index.vue
@@ -80,6 +80,7 @@
import assetsHead from '@/components/Transform/assets-head/index.vue';
import dayjs from 'dayjs'
import { ransomFinacialProduct, getFinanceOrder } from '@/service/financialManagement.api.js'
+import { showToast } from 'vant'
export default {
name: "index",
components: {
@@ -143,7 +144,7 @@
id: this.id
}).then(res => {
console.log(res)
- this.$toast(this.$t('赎回成功'))
+ showToast(this.$t('赎回成功'))
setTimeout(() => {
this.backFunc()
}, 1000)
--
Gitblit v1.9.3