liukangdong
2024-07-26 cddceb139c818a060208ba1000ac745ba4c30c64
wechat_jiaxuan/pages/consult/detail.js
@@ -9,6 +9,7 @@
    info: {},
    detail: {},
    origin: '',
    showShare: false
  },
@@ -20,6 +21,9 @@
    this.setData({
      bottomLift: app.bottomLift
    })
    if(options.origin && options.origin == 'b'){
      this.setData({ origin: 'b' })
    }
    this.getDetail(options.id, options.userId || '')
  },
  handleDesign() {