From e1e51991ad91c14fa00c5cf46f95e514f676ac4d Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 19 Sep 2025 18:58:56 +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