From ad2c6626fc2d85053a1b80766fb18263ecfc3d97 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Fri, 19 Sep 2025 19:20:08 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/Exchange/exchangeSubmit.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/cryptos/Exchange/exchangeSubmit.vue b/src/views/cryptos/Exchange/exchangeSubmit.vue
index dba0820..7361d3e 100644
--- a/src/views/cryptos/Exchange/exchangeSubmit.vue
+++ b/src/views/cryptos/Exchange/exchangeSubmit.vue
@@ -52,13 +52,13 @@
                 <p class="tips px-35" v-if="isLoading">
                     <van-icon name="warning-o" />{{ $t('您的订单正在处理中,可能需要5分钟才能完成。感谢您的耐心等待。您可以在订单历史中查看状态。') }}
                 </p>
-                <div class="h-100 rounded flex justify-between px-32 box-border items-center mt-90 mb-48 text-white w-full">
+                <div class="h-100 rounded flex justify-center px-32 box-border items-center mt-90 mb-48 text-white w-full">
                     <p class="but rounded flex justify-center items-center bgDark"
                         @click="route('/quotes/index?tabActive=1')">
                         {{ $t('返回首页') }}</p>
-                    <p class="but rounded btnMain text-white flex justify-center items-center"
+                    <!-- <p class="but rounded btnMain text-white flex justify-center items-center"
                         @click="route('/cryptos/exchangeHistory')">
-                        {{ $t('查看历史') }}</p>
+                        {{ $t('查看历史') }}</p> -->
                 </div>
             </div>
         </div>

--
Gitblit v1.9.3