k94314517
2024-07-24 a924e3906a3b77f04ac4fedcff9e76ebe0c997a2
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 })