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 }) },