zhongshujie
2024-12-19 b77e8e776af4d81e748e9e21d51b64a11085a195
pages/digitalTextbooks/index.js
@@ -116,6 +116,7 @@
  onShareAppMessage() {
  },
  onShareTimeline() {},
  //新加的函数
  getCourseTypeListList() {
@@ -231,6 +232,7 @@
          ...searchObj
        }
      }).then((res) => {
        res.datas.forEach(item => item.price = item.price.toFixed(2))
        this.setData({
          digitalTextbooksData: res.datas,
          loading: false