From 0dbc7465447164fef24327b5d494870832d798dd Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Tue, 26 May 2026 11:15:18 +0800
Subject: [PATCH] 1
---
src/views/cryptos/financialManagement/orderSuccess.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/views/cryptos/financialManagement/orderSuccess.vue b/src/views/cryptos/financialManagement/orderSuccess.vue
index 6676512..cadfd2e 100644
--- a/src/views/cryptos/financialManagement/orderSuccess.vue
+++ b/src/views/cryptos/financialManagement/orderSuccess.vue
@@ -7,12 +7,7 @@
<div class="mt-8 font-bold text-48 textColor">{{ $t('购买成功') }}</div>
<div class="text-grey mt-10 text-24">{{ $t('即日起可获得收益分成') }}!</div>
<div class="btn mt-36 btnMain" @click="$router.push({
- path: '/cryptos/funds',
- query: {
- tab: 3,
- index: index, // 0: 查看理财订单 1: 矿机
- type: 'cryptos'
- }
+ path: '/cryptos/fund-orders',
})">{{ $t('查看订单') }}</div>
<div class="mt-10 text-36 textColor" @click="$router.go(-3)">{{ $t('返回交易') }}</div>
</div>
--
Gitblit v1.9.3