litian
2024-07-05 2f9305515c7264637164c9e03c2840f4219ca1e3
pages/digitalCourses/index.js
@@ -128,8 +128,6 @@
        loading: false
      })
      this.getCourseList(newData[0])
    })
  },
@@ -186,7 +184,6 @@
      }
    }
    app.MG.store.getProductList(obj).then((res) => {
      console.log(res, '7895')
      res.datas.forEach(item => {
        item.price = item.price.toFixed(2)
      })
@@ -195,21 +192,15 @@
        courseList: res.datas
      })
      console.log(this.data.courseList);
    })
  },
  searchBook() {
    console.log(this.data.searchValue);
    this.getCourseList(this.data.activeItem)
  },
  courseDetail(e) {
    console.log(e);
    const item = e.currentTarget.dataset.item
    setNewView('productId', item.id)
    this.getCourseTypeListList()
    wx.navigateTo({
      url: '/pages/digitalCourses/digitalCoursesDetails/index?id=' + item.id,
    })