| | |
| | | <div v-show="$store.state.select != '/home'" class="footImgDeft"> |
| | | <img src="~@/assets/foot/tab_main_home_default.png" /> |
| | | </div> |
| | | <div v-show="$store.state.select != '/home'">首页</div> |
| | | <div v-show="$store.state.select != '/home'">{{ $t('hj224') }}</div> |
| | | </div> |
| | | <div :class="touch==2?'footDemos':'footDemo'" @click="goRouter('/trading-list',2)"> |
| | | <div class="footImgDeft"> |
| | |
| | | <img v-show="$store.state.select == '/trading-list'" src="~@/assets/foot/trade_selected.png" /> |
| | | <img v-show="$store.state.select != '/trading-list'" src="~@/assets/foot/tab_main_trade_default.png" /> |
| | | </div> |
| | | <div :class="$store.state.select == '/trading-list'?'blueFont':''">交易</div> |
| | | <div :class="$store.state.select == '/trading-list' ? 'blueFont' : ''">{{ $t('hj225') }}</div> |
| | | </div> |
| | | <div :class="touch==3?'footDemos':'footDemo'" @click="goRouter('/warehouse',3)"> |
| | | <div class="footImgDeft"> |
| | | <img v-show="$store.state.select == '/warehouse'" src="~@/assets/foot/positions_selected.png" /> |
| | | <img v-show="$store.state.select != '/warehouse'" src="~@/assets/foot/tab_main_positions_default.png" /> |
| | | </div> |
| | | <div :class="$store.state.select == '/warehouse'?'blueFont':''">仓位</div> |
| | | <div :class="$store.state.select == '/warehouse' ? 'blueFont' : ''">{{ $t('hj226') }}</div> |
| | | </div> |
| | | <div :class="touch==4?'footDemos':'footDemo'" @click="goRouter('/user',4)"> |
| | | <div class="footImgDeft"> |
| | | <img v-show="$store.state.select == '/user'" src="~@/assets/foot/mine_selected.png" /> |
| | | <img v-show="$store.state.select != '/user'" src="~@/assets/foot/tab_main_mine_default.png" /> |
| | | </div> |
| | | <div :class="$store.state.select == '/user'?'blueFont':''">我的</div> |
| | | <div :class="$store.state.select == '/user' ? 'blueFont' : ''">{{ $t('hj227') }}</div> |
| | | </div> |
| | | </div> |
| | | </template> |