jiangping
2024-07-25 acf8eb9d7af7359b689122a5fe1ef1dd5d2de80c
wechat_jiaxuan/pages/consult/detail.js
@@ -22,9 +22,17 @@
    })
    this.getDetail(options.id)
  },
  handleDesign() {
    wx.navigateTo({
      url: '/pages/design/design',
    })
  },
  getDetail(id) {
    getProductNewsInfo({ id }).then(res => {
      this.setData({ info: res.data })
      wx.setNavigationBarTitle({
        title: res.data.title
      })
    })
  },
  openShare() {