jiangping
2024-07-29 a3d2fe9dff3b6cd9fa8fdd91e87aac843f694c0f
wechat_jiaxuan/pages/detailDis/product.js
@@ -45,7 +45,7 @@
      info
    } = this.data
    wx.previewImage({
      urls: info.imageurlList,
      urls: info.bannerImgList,
      current: url
    })
  },
@@ -55,7 +55,7 @@
      info
    } = this.data
    wx.previewImage({
      urls: info.imageurlList,
      urls: info.spaceList.map(i => i.spaceImg),
      current: url
    })
  },
@@ -125,7 +125,6 @@
    })
  },
  handleShare() {
    console.log('点击了分享');
    actionDo({
      actionType: 'share',
      id: this.data.info.id
@@ -134,13 +133,13 @@
    //   this.setData({showShare: false})
    // })
  },
  // onShareAppMessage: function () {
  //   // let { productDetail, userInfo } = this.data
  //   return {
  //     title: productDetail.title,
  //     path: '/pages/index/index?id=' + productDetail.id + '&shareuserid=' + userInfo.id + '&type=0'
  //   }
  // },
  onShareAppMessage: function () {
    let { info } = this.data
    console.log('点击了分享')
    return {
      path: '/pages/detailDis/product?id=' + info.id + '&userId=' + info.users.id
    }
  },
  onClose() {
    this.setData({
      showShare: false
@@ -198,10 +197,4 @@
  },
  /**
   * 用户点击右上角分享
   */
  onShareAppMessage() {
  }
})