Fix:节日专题位置被占用问题

This commit is contained in:
linxi
2024-11-27 16:34:58 +08:00
parent a104473e86
commit feb314d279
+50
View File
@@ -115,6 +115,56 @@
mode="scaleToFill"
@click="goFestival"
/> -->
<!-- <swiper
class="swiper"
circular
autoplay
:interval="3000">
<swiper-item class="" item-id="" v-if="contentFestival.indexImage">
<image
:src="contentFestival.indexImage"
mode="scaleToFill"
@click="goFestival"
/>
</swiper-item>
<swiper-item class="" item-id="">
<view class="new-zone-wrap">
<view class="kd" @click="toKD">
<view class="img-wrap">
<image style="width: 112rpx; height:26rpx" :src="webUrl + '/orderIcon/kd.png'" mode="heightFix|widthFix"></image>
</view>
<view class="tip-img">
<image style="width: 142rpx; height:66.11rpx;border-radius: 0" :src="webUrl + '/orderIcon/dot.png'" mode="heightFix|widthFix"></image>
</view>
<view class="kd-cover">
<video v-if="indexVideo" class="kd-cover v12-mt-0" :src="indexVideo" controls :poster="indexVideo + '?vframe/jpg/offset/1'"></video>
<view class="enter-btn">点击进入</view>
</view>
</view>
<view class="xpsx">
<view class="img-wrap">
<image style="width: 140rpx; height:26.44rpx" :src="webUrl + '/orderIcon/xp.png'" mode="heightFix|widthFix"></image>
</view>
<view class="new-zone v12-mt-2" @click="toNewZone">
<swiper autoplay circular style="width: 100%;" interval="3000" next-margin="40rpx">
<swiper-item v-for="(item, index) in newZone" :key="index">
<view class="new-item">
<image :src="item.productImage" style="width: 120rpx; height: 120rpx; border-radius:10rpx"></image>
<view class="goods-info">
<view class="v12-font-22 more-t">{{ item.productTitle }}</view>
<view class="v12-primary-text v12-font-bold price-wrap">
<text class="v12-font-16"></text>
<text class="v12-font-24">{{ item.productPrice }}</text>
</view>
</view>
</view>
</swiper-item>
</swiper>
</view>
</view>
</view>
</swiper-item>
</swiper> -->
<view class="new-zone-wrap">
<view class="kd" @click="toKD">
<view class="img-wrap">