From f7a99184725f7ea0884cf478f169aad4e5b6583c Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 13 Jul 2025 18:27:57 +0800
Subject: [PATCH] 1

---
 src/components/foot.vue |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/src/components/foot.vue b/src/components/foot.vue
index 42f308e..f1e10b6 100644
--- a/src/components/foot.vue
+++ b/src/components/foot.vue
@@ -37,6 +37,24 @@
         {{ $t("hj61") }}
       </div>
     </div>
+    <div :class="touch == 7 ? 'footDemos' : 'footDemo'" @click="goRouter('/tradeNew', 7)">
+      <div class="footImgDeft">
+        <img v-show="$store.state.select == '/tradeNew'" src="../assets/foot/transaction-act.png" />
+        <img v-show="$store.state.select != '/tradeNew'" src="../assets/foot/transaction.png" />
+      </div>
+      <div :class="$store.state.select == '/tradeNew' ? 'blueFont' : ''">
+        {{ $t("hj225") }}
+      </div>
+    </div>
+    <div :class="touch == 8 ? 'footDemos' : 'footDemo'" @click="goRouter('/account', 8)">
+      <div class="footImgDeft">
+        <img v-show="$store.state.select == '/account'" src="../assets/foot/account-act.png" />
+        <img v-show="$store.state.select != '/account'" src="../assets/foot/account.png" />
+      </div>
+      <div :class="$store.state.select == '/account' ? 'blueFont' : ''">
+        {{ $t("Account") }}
+      </div>
+    </div>
     <div :class="touch == 2 ? 'footDemos' : 'footDemo'" @click="goRouter('/trading-list', 2)">
       <div class="footImgDeft">
         <img v-show="$store.state.select == '/trading-list'"

--
Gitblit v1.9.3