jiangping
2024-09-27 04b4bddaac0a222760113899568d20b45af701f4
wechat_jiaxuan/pages/detailDis/realpic.js
@@ -149,13 +149,6 @@
    //   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'
  //   }
  // },
  onClose() {
    this.setData({
      showShare: false
@@ -214,8 +207,14 @@
      info
    } = this.data
    console.log('点击了分享')
    return {
      path: '/pages/detailDis/realpic?id=' + info.id + '&userId=' + info.users.id
    if(info.users && info.users.id){
      return {
        path: '/pages/detailDis/realpic?id=' + info.id + '&userId=' + info.users.id
      }
    }else{
      return {
        path: '/pages/detailDis/realpic?id=' + info.id
      }
    }
  },
})