mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-03-29 06:09:45 +08:00
🚸 新手祈愿位置移后
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!-- 祈愿数据概览轮播 -->
|
||||
<template>
|
||||
<Swiper
|
||||
:autoplay="false"
|
||||
@@ -9,9 +10,6 @@
|
||||
:space-between="12"
|
||||
class="gro-o-swiper"
|
||||
>
|
||||
<SwiperSlide v-if="newData.length !== 0">
|
||||
<GroDataView :data-val="newData" data-type="new" />
|
||||
</SwiperSlide>
|
||||
<SwiperSlide>
|
||||
<GroDataView :data-val="normalData" data-type="normal" />
|
||||
</SwiperSlide>
|
||||
@@ -24,6 +22,9 @@
|
||||
<SwiperSlide v-if="mixData.length !== 0">
|
||||
<GroDataView :data-val="mixData" data-type="mix" />
|
||||
</SwiperSlide>
|
||||
<SwiperSlide v-if="newData.length !== 0">
|
||||
<GroDataView :data-val="newData" data-type="new" />
|
||||
</SwiperSlide>
|
||||
</Swiper>
|
||||
</template>
|
||||
<script lang="ts" setup>
|
||||
|
||||
Reference in New Issue
Block a user