jiangping
2024-07-29 a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f
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
    })
  },