liukangdong
2024-07-23 7a2084c90ed29a4ec9d4267deb2b78f0d49c904d
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() {