litian
2024-09-06 50bdb66e0539abd94880f331549c0cef81065caa
pages/digitalCourses/digitalCoursesDetails/index.js
@@ -317,7 +317,7 @@
      }
      this.getAboutBook(res.datas.productLinkInfo[res.datas.productLinkInfo.length - 1].LinkPath)
      this.getCertificateList()
      res.datas.content = res.datas.content.replace('../', app.config.requestCtx + '/')
      res.datas.content = res.datas.content && res.datas.content.replace('../', app.config.requestCtx + '/')
      this.setData({
        lecturerList: lecturer,
        digitalsData: res.datas,
@@ -625,6 +625,7 @@
        }
      })
      .then((res) => {
        if (res.datas.length > 0) {
        this.setData({
          relationTextBook: res.datas[0]
        })
@@ -637,6 +638,7 @@
            isTextBookBuy: false
          })
        }
        }
      })
  },