QYF-GitLab1
5 天以前 f2036f82c20767036fe8c4d627e5694e28e6ab73
packageDomain/pages/resourceDetails/document/index.js
@@ -233,7 +233,8 @@
    if (this.data.storeInfo) query['storeInfo'] = this.data.storeInfo
    app.MG.store.getProductDetail(query).then(async (res) => {
      this.setData({
        bookDetail: res.datas
        bookDetail: res.datas,
        bookName: res.datas.name,
      })
      this.resourceDetailsData();
    });
@@ -308,7 +309,7 @@
          wx.hideLoading();
          wx.showModal({
            title: '温馨提示',
            content: '该资源未购买,将返回购买',
            content: '该资源未激活或购买,即将返回图书详情页面',
            success: (res) => {
              if (res.confirm) {
                if (this.data.source == 'qrcode') {