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) {
@@ -89,7 +98,7 @@
      info
    } = this.data
    const member = wx.getStorageSync('member')
    if (member.authStatus == '0') {
    if (!member.phone) {
      return wx.navigateTo({
        url: '/pages/auth/auth',
      })
@@ -146,6 +155,13 @@
    })
  },
  handleDesign() {
    const { member } = this.data
    if (!member.phone) {
      wx.setStorageSync('tempPath', '/pages/design/design')
      return wx.navigateTo({
        url: '/pages/auth/auth',
      })
    }
    wx.navigateTo({
      url: '/pages/design/design',
    })
@@ -163,14 +179,6 @@
      showShare: false
    })
  },
  /**
   * 生命周期函数--监听页面显示
   */
  onShow() {
  },
  /**
   * 生命周期函数--监听页面隐藏
   */