wechat_jiaxuan/pages/consult/detail.js
@@ -20,15 +20,15 @@ this.setData({ bottomLift: app.bottomLift }) this.getDetail(options.id) this.getDetail(options.id, options.userId || '') }, handleDesign() { wx.navigateTo({ url: '/pages/design/design', }) }, getDetail(id) { getProductNewsInfo({ id }).then(res => { getDetail(id, userId) { getProductNewsInfo({ id, salesId: userId || null }).then(res => { this.setData({ info: res.data }) wx.setNavigationBarTitle({ title: res.data.title