wechat_jiaxuan/pages/consult/detail.js
@@ -7,6 +7,7 @@ data: { bottomLift: 0, info: {}, detail: {}, showShare: false }, @@ -23,7 +24,10 @@ }, getDetail(id) { getProductNewsInfo({ id }).then(res => { this.setData({ detail: res.data }) this.setData({ info: res.data }) wx.setNavigationBarTitle({ title: res.data.title }) }) }, openShare() {