litian
2024-07-11 1340f9ed7baeda81a83285bfbcf505d476081bc9
书名
1个文件已修改
3 ■■■■■ 已修改文件
packageBookService/pages/bookServices/detail/index.js 3 ●●●●● 补丁 | 查看 | 原始文档 | 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,