| | |
| | | {{ $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)" |
| | |
| | | {{ $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)" |
| | |
| | | } |
| | | |
| | | .footDemo { |
| | | /* width: 1.8rem; */ |
| | | width: 0.8rem; |
| | | width: 1.8rem; |
| | | /* width: 0.8rem; */ |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | |
| | | } |
| | | |
| | | .footDemos { |
| | | width: 0.8rem; |
| | | /* width: 0.8rem; */ |
| | | width: 1.8rem; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |