1
李凌
2025-08-25 afec28755575633df4d0c13d3c5442c7e0d9526b
1
1 files modified
6 ■■■■■ changed files
src/views/homePage/index.vue 6 ●●●●● patch | view | raw | blame | history
src/views/homePage/index.vue
@@ -13,7 +13,7 @@
            <div class="login_but_d text-center" @click="toPage('/login')">{{ $t('登录') }}</div>
        </div>
        <div class="home_grid flex justify-between flex-wrap">
        <div class="home_grid flex justify-start flex-wrap">
            <div class="grid_item pt-10" v-for="value in tabbers" :key="value.key" @click="toPage(value.path)">
                <div class="grid_item_img flex justify-center"><img :src="value.icon" alt=""></div>
                <div class="text-center mt-2">{{ value.name }}</div>
@@ -105,6 +105,8 @@
    // { key: 8, name: t('卡券中心'), icon: new URL('@/assets/imgs/home/home_7.png', import.meta.url) },
    { key: 9, name: t('闪兑'), icon: new URL('@/assets/imgs/home/home_8.png', import.meta.url), path: '/cryptos/exchangePage' },
    // { key: 10, name: t('更多'), icon: new URL('@/assets/imgs/home/home_9.png', import.meta.url) },
    { key: 11, name: "ICO", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '' },
    { key: 12, name: "C2C", icon: new URL('@/assets/imgs/home/home_1.png', import.meta.url), path: '' },
]
// 获取公告数据
@@ -247,7 +249,7 @@
        width: 100%;
        .grid_item {
            width: 24%;
            width: 25%;
            color: $tab-c;
            font-size: 1.6rem;