fix: 上线前修改

This commit is contained in:
anonymous
2025-01-10 19:00:32 +08:00
parent 5da0adfab2
commit 17eb27bfa6
2 changed files with 0 additions and 3 deletions
-3
View File
@@ -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