''
liukangdong
2024-07-24 18b0c32356c91c355d3ffae1d3f99c1043ba203e
wechat_jiaxuan/pages/consult/detail.js
@@ -22,6 +22,11 @@
    })
    this.getDetail(options.id)
  },
  handleDesign() {
    wx.navigateTo({
      url: '/pages/design/design',
    })
  },
  getDetail(id) {
    getProductNewsInfo({ id }).then(res => {
      this.setData({ info: res.data })