jiangping
2024-07-29 d9a89d83c2048a964f16ca179feb2b7f21b9d33a
wechat_staff/pages/detailDis/product.js
@@ -92,12 +92,11 @@
      info
    } = this.data
    wx.previewImage({
      urls: info.imageurlList,
      urls: info.bannerImgList,
      current: url
    })
  },
  bindchange(e) {
    console.log('e', e.detail );
    this.setData({ current: e.detail.current })
  },
  priviewSpace(e) {
@@ -106,7 +105,7 @@
      info
    } = this.data
    wx.previewImage({
      urls: info.imageurlList,
      urls: info.spaceList.map(i => i.spaceImg),
      current: url
    })
  },