jiangping
2024-07-22 b7fd27a4a7ac72eef5fc142cae9bb63fe69ef233
wechat_jiaxuan/pages/consult/detail.js
@@ -7,6 +7,7 @@
  data: {
    bottomLift: 0,
    info: {},
    detail: {},
    showShare: false
  },
@@ -23,7 +24,10 @@
  },
  getDetail(id) {
    getProductNewsInfo({ id }).then(res => {
      this.setData({ detail: res.data })
      this.setData({ info: res.data })
      wx.setNavigationBarTitle({
        title: res.data.title
      })
    })
  },
  openShare() {