jiangping
2024-07-25 4d064bfdbce064688ddb7252ff6c52b041a279dd
wechat_jiaxuan/pages/detailDis/case.js
@@ -17,7 +17,7 @@
    this.setData({
      bottomLift: app.bottomLift
    })
    this.getDetail(options.id)
    this.getDetail(options.id, options.userId || '')
    actionDo({
      actionType: 'view',
      id: options.id
@@ -63,8 +63,8 @@
      })
    })
  },
  getDetail(id) {
    getWholecaseInfo({id}).then(res => {
  getDetail(id, userId) {
    getWholecaseInfo({id, salesId: userId || null}).then(res => {
      this.setData({ info: res.data })
      wx.setNavigationBarTitle({
        title: res.data.title