1
jhzh
2025-07-22 421087f05bbcee88211f2b95afd4843da521998b
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;