| | |
| | | <ex-header :unread_num="`${unreadMsg_num}`"></ex-header> |
| | | <ioe-swiper/> |
| | | </div> |
| | | <div > |
| | | <div> |
| | | <div class="list-hot"> |
| | | <h1 data-v-52efe258="" class="font-34 text-black pl-30 pr-30 pt-40 pb-40 bg-grey font-400 text-black font-600"> |
| | | {{$t('热门币种')}}</h1> |
| | | <van-grid :column-num="2"> |
| | | <van-grid-item> |
| | | <van-grid-item @click="$router.push('/perpetualContract/btc')"> |
| | | <ul class="box-border flex flex-col w-full px-16"> |
| | | <li data-v-52efe258="" class="flex items-center justify-between mb-16"> |
| | | <p class="flex items-end"><strong class="font-32 mr-10 font-400">BTC</strong> |
| | |
| | | </li> |
| | | </ul> |
| | | </van-grid-item> |
| | | <van-grid-item> |
| | | <van-grid-item @click="$router.push('/perpetualContract/etc')"> |
| | | <ul class="box-border flex flex-col w-full px-16"> |
| | | <li data-v-52efe258="" class="flex items-center justify-between mb-16"><p |
| | | class="flex items-end"><strong |
| | |
| | | class="font-18 red">-0.36%</span></li> |
| | | </ul> |
| | | </van-grid-item> |
| | | <van-grid-item> |
| | | <van-grid-item @click="$router.push('/perpetualContract/eth')"> |
| | | <ul class="box-border flex flex-col w-full px-16"> |
| | | <li class="flex items-center justify-between mb-16"><p |
| | | class="flex items-end"><strong |
| | |
| | | </van-grid> |
| | | </div> |
| | | <list-quatation :listData="qList" @listSort="listSort"/> |
| | | <bottomOfHomepage/> |
| | | <div class="addBox" v-show="showSave" @click="closeSaveBox"> |
| | | <div class="add"> |
| | | <div class="font-26"> |
| | |
| | | import {setStorage, getStorage} from '@/utils/utis' |
| | | import {_getUnreadMsg} from '@/API/im.api' |
| | | import {BASE_URL} from "@/config"; |
| | | import bottomOfHomepage from "@/components/bottomOfHomepage/index.vue"; |
| | | |
| | | export default { |
| | | name: "HomePage", |
| | |
| | | ListQuatation, |
| | | ExHeader, |
| | | ExNav, |
| | | bottomOfHomepage, |
| | | [Popup.name]: Popup, |
| | | [Swipe.name]: Swipe, |
| | | [SwipeItem.name]: SwipeItem, |