liukangdong
2024-07-25 ca68da636d8ab713ac58972b0e7f681ddc506fa7
wechat_jiaxuan/pages/detailDis/realpic.js
@@ -20,7 +20,7 @@
    this.setData({
      bottomLift: app.bottomLift
    })
    this.getDetail(options.id)
    this.getDetail(options.id, options.userId || '')
    actionDo({
      actionType: 'view',
      id: options.id
@@ -42,8 +42,8 @@
      this.setData({info})
    })
  },
  getDetail(id) {
    getRealcaseInfo({id}).then(res => {
  getDetail(id, userId) {
    getRealcaseInfo({id, salesId: userId || null}).then(res => {
      this.setData({ info: res.data })
      wx.setNavigationBarTitle({
        title: res.data.title