k94314517
2024-07-25 0d4ff0b2396e202a028a6f952b088d19b5545550
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 })