| | |
| | | </template> |
| | | </van-tabbar-item> |
| | | <!-- /foreign --> |
| | | <van-tabbar-item name="trade" :to="'/foreign/deliveryContract/'+jgSymbol"> |
| | | <!-- <van-tabbar-item name="trade" :to="'/foreign/deliveryContract/'+jgSymbol"> |
| | | <span :class="[active === 'trade' ? 'active' : '']">{{ $t('trade') }}</span> |
| | | <template #icon="props"> |
| | | <img :src="active === 'trade' ? icon.trade.active : icon.trade.inactive" /> |
| | | </template> |
| | | </van-tabbar-item> |
| | | </van-tabbar-item> --> |
| | | <!-- <van-tabbar-item name="funds" to="/cryptos/funds"> |
| | | <span>{{ $t('资金') }}</span> |
| | | <template #icon="props"> |