update
This commit is contained in:
@@ -134,7 +134,7 @@ onMounted(() => {
|
||||
</view>
|
||||
|
||||
<view class="rounded-[20rpx] !mx-[20rpx] !mt-[20rpx]">
|
||||
<swiper class="!h-[240rpx] !w-full overflow-hidden rounded-[8rpx]">
|
||||
<swiper class="!h-[120rpx] !w-full overflow-hidden rounded-[8rpx]">
|
||||
<swiper-item class="!w-full !h-full" v-for="i in advList">
|
||||
<image @click="OpenTypeFun(i)" class="!w-full !h-full" mode="aspectFill" :src="i.file"></image>
|
||||
</swiper-item>
|
||||
|
||||
Reference in New Issue
Block a user