| | |
| | | </van-cell> --> |
| | | |
| | | <div class="flex items-end justify-between"> |
| | | <div class="block text-22 font-medium">行情</div> |
| | | <div class="block text-22 font-medium">{{$t('Market')}}</div> |
| | | <div class="relative text-13"> |
| | | <!-- <div class="flex px-10 justify-between rounded-full bg-black text-white min-w-100 box-border"> |
| | | <div class="block">貨幣</div> |
| | |
| | | </div> --> |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | import { List, Cell } from 'vant' |
| | | import { mapGetters, mapActions } from 'vuex' |
| | |
| | | import ExTabs from "@/components/Transform/ex-tabs/index.vue"; |
| | | import { HOST_URL } from '@/config' |
| | | import { SET_CURRENCY } from "@/store/const.store"; |
| | | // import { useI18n } from "vue-i18n"; |
| | | // const t = useI18n() |
| | | export default { |
| | | name: 'ListQuotation', |
| | | data() { |
| | |
| | | }); |
| | | } else { |
| | | setStorage('symbol', item.symbol) |
| | | this.$router.push({ |
| | | path: `/foreign/deliveryContract/${item.symbol}`, |
| | | query: { type: 'cryptos' } |
| | | }); |
| | | // this.$router.push({ |
| | | // path: `/cryptos/perpetualContract/${item.symbol}`, |
| | | // this.$router.push({ |
| | | // path: `/foreign/deliveryContract/${item.symbol}`, |
| | | // query: { type: 'cryptos' } |
| | | // }); |
| | | this.$router.push({ |
| | | path: `/cryptos/perpetualContract/${item.symbol}`, |
| | | query: { type: 'cryptos' } |
| | | }); |
| | | } |
| | | }, |
| | | handleImage(url) { |