packageBookService/pages/bookServices/detail/index.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
packageBookService/pages/bookServices/detail/index.js
@@ -386,6 +386,9 @@ }; app.MG.store.getProductDetail(query).then(async (res) => { console.log(res.datas, 'res.datas'); wx.setNavigationBarTitle({ title: res.datas.name, }) this.setData({ bookDetail: res.datas, buyIdList: res.datas.purchasedSaleMethodIdList,