绿满眶商城微信小程序-uniapp
xiangpei
2025-06-16 948da1610a8b2a41b98ebfcd8643029c3bd7f469
pages/tabbar/index/home.vue
@@ -86,7 +86,7 @@
         <view class="goods-link">
           <swiper @change="goodsChange" :autoplay="true" :interval="4000" style="height: 120rpx;">
            <swiper-item v-for="goods in item.goodsList" :key="goods.goodsId">
              <view class="goods-container">
              <view class="goods-container" @click="jumpToPay(item.id)">
               <!-- 商品图片 -->
               <image class="goods-image" :src="goods.thumbnail" mode="aspectFill"></image>
               
@@ -319,6 +319,12 @@
    this.initVideoContexts();
  },
  methods: {
     // 点击商品跳转
     jumpToPay(videoId) {
      uni.navigateTo({
         url: '/pages/video/video-goods-detail?videoId=' + videoId
      });
     },
     // 轮播图变化
     imgChange(e) {
        this.currentImgIndex = e.detail.current;