Fix:4649 【旅居商城小程序】首页点击甄选好礼的轮播商品区域,跳转的是甄选好礼详情页,应跳转对应商品详情页

This commit is contained in:
linxi
2025-11-24 11:13:45 +08:00
parent 3a2de38cfe
commit 8c7df45451
+3 -3
View File
@@ -183,11 +183,11 @@
</swiper-item>
</swiper> -->
<view class="new-zone-wrap">
<image class="bg-img" :src="newZone.indexBackgroundImage" mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image>
<view class="swiper-wrap-zx v12-mt-2" @click="toNewZone">
<image @click="toNewZone" class="bg-img" :src="newZone.indexBackgroundImage" mode="aspectFit|aspectFill|widthFix" lazy-load="false"></image>
<view class="swiper-wrap-zx v12-mt-2">
<swiper autoplay @change="changeIndex" :current="currentIndex" next-margin="40rpx" previous-margin="80rpx" circular style="width: 100%;height: 400rpx;" interval="3000">
<swiper-item style="position: absolute; width: 100%; transform: translate(200%, 0px) translateZ(0px);" v-for="(item, index) in newZone.indexProducts" :key="index" class="s-item" :class="{'n-actived': currentIndex !== index}">
<view class="zx-item">
<view class="zx-item" @click="goGoodsCon({id: item.productId})">
<image :src="item.productImage" style="width: 192rpx; height: 192rpx; border-radius:10rpx"></image>
<view class="v12-pa-2">
<view class="v12-font-28 more-t v12-font-bold" style="text-align: center;">{{ item.productName }}</view>