From 421087f05bbcee88211f2b95afd4843da521998b Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 22 Jul 2025 16:02:58 +0800
Subject: [PATCH] 1
---
src/components/foot.vue | 45 ++++++++++++++++++++++++---------------------
1 files changed, 24 insertions(+), 21 deletions(-)
diff --git a/src/components/foot.vue b/src/components/foot.vue
index 5cff97b..0008603 100644
--- a/src/components/foot.vue
+++ b/src/components/foot.vue
@@ -45,24 +45,7 @@
{{ $t("hj225") }}
</div>
</div>
- <!-- <div
- :class="touch == 3 ? 'footDemos' : 'footDemo'"
- @click="goRouter('/favorites', 3)"
- >
- <div class="footImgDeft">
- <img
- v-show="$store.state.select == '/favorites'"
- src="~@/assets/foot/ic_favorites_take.png"
- />
- <img
- v-show="$store.state.select != '/favorites'"
- src="~@/assets/foot/ic_favorites_default.png"
- />
- </div>
- <div :class="$store.state.select == '/favorites' ? 'blueFont' : ''">
- {{ $t("hj282") }}
- </div>
- </div> -->
+
<div
:class="touch == 4 ? 'footDemos' : 'footDemo'"
@click="goRouter('/warehouse', 4)"
@@ -81,6 +64,25 @@
{{ $t("hj226") }}
</div>
</div>
+ <div
+ :class="touch == 3 ? 'footDemos' : 'footDemo'"
+ @click="goRouter('/guide', 3)"
+ >
+ <div class="footImgDeft">
+ <img
+ v-show="$store.state.select == '/guide'"
+ src="@/assets/foot/yindao_active.png"
+ />
+ <img
+ v-show="$store.state.select != '/guide'"
+ src="@/assets/foot/yindao.png"
+ />
+ </div>
+ <div :class="$store.state.select == '/guide' ? 'blueFont' : ''">
+ {{ $t("引导") }}
+ </div>
+ </div>
+
<div
:class="touch == 5 ? 'footDemos' : 'footDemo'"
@click="goRouter('/user', 5)"
@@ -139,8 +141,8 @@
}
.footDemo {
- /* width: 1.8rem; */
- width: 0.8rem;
+ width: 1.8rem;
+ /* width: 0.8rem; */
display: flex;
flex-direction: column;
justify-content: center;
@@ -151,7 +153,8 @@
}
.footDemos {
- width: 0.8rem;
+ /* width: 0.8rem; */
+ width: 1.8rem;
display: flex;
flex-direction: column;
justify-content: center;
--
Gitblit v1.9.3