Fix:4703 【旅居商城小程序】首页轮播商品修改为不需要跳转商品链接,点击后直接进入甄选好礼板块

This commit is contained in:
linxi
2025-12-04 18:38:55 +08:00
parent 88f3223e41
commit 9720c5d1f0
+1 -1
View File
@@ -191,7 +191,7 @@
<view class="swiper-wrap-zx v12-mt-2">
<swiper :autoplay="swiperInstances.newZone" @change="changeIndex" :current="currentIndex" next-margin="40rpx" previous-margin="80rpx" circular style="width: 100%;height: 400rpx;" interval="3000" :duration="500" @animationfinish="bindSwiperInstance($event, 'newZone')">
<swiper-item v-for="(item, index) in newZone.indexProducts" :key="index" class="s-item" :class="{'n-actived': currentIndex !== index}">
<view class="zx-item" @click="goGoodsCon({id: item.productId})">
<view class="zx-item" @click="toNewZone">
<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>