fix: 上线前修改
This commit is contained in:
@@ -51,9 +51,6 @@
|
|||||||
>
|
>
|
||||||
<swiper-item v-for="item in newsList" :key="item.id" @click="handleNewsDetail(item.id)">
|
<swiper-item v-for="item in newsList" :key="item.id" @click="handleNewsDetail(item.id)">
|
||||||
<video class="w-full h-160" :src="item.image" mode="aspectFill" />
|
<video class="w-full h-160" :src="item.image" mode="aspectFill" />
|
||||||
<view class="mt-10 flex-1 flex flex-col justify-between">
|
|
||||||
<view text-14>{{ item.name }}</view>
|
|
||||||
</view>
|
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</swiper>
|
</swiper>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 74 KiB |
Reference in New Issue
Block a user