jiangping
2024-09-27 04b4bddaac0a222760113899568d20b45af701f4
wechat_jiaxuan/pages/detailDis/case.js
@@ -29,6 +29,9 @@
      eventBus.emit('caseDeBack', this.data.info)
    }, 500)
  },
  onShow(){
    this.setData({ member: wx.getStorageSync('member') })
  },
  onLoad(options) {
    var app = getApp().globalData
    this.setData({
@@ -79,8 +82,14 @@
      info
    } = this.data
    console.log('点击了分享')
    return {
      path: '/pages/detailDis/case?id=' + info.id + '&userId=' + info.users.id
    if(info.users && info.users.id){
      return {
        path: '/pages/detailDis/case?id=' + info.id + '&userId=' + info.users.id
      }
    }else{
      return {
        path: '/pages/detailDis/case?id=' + info.id
      }
    }
  },
  handleAction(e) {
@@ -148,6 +157,7 @@
  handleDesign() {
    const { member } = this.data
    if (!member.phone) {
      wx.setStorageSync('tempPath', '/pages/design/design')
      return wx.navigateTo({
        url: '/pages/auth/auth',
      })
@@ -169,14 +179,6 @@
      showShare: false
    })
  },
  /**
   * 生命周期函数--监听页面显示
   */
  onShow() {
  },
  /**
   * 生命周期函数--监听页面隐藏
   */