闫增涛
2025-03-27 96b0b8bb1597d825004f5a8da0728c48b6ce7dba
pages/digitalCourses/index.js
@@ -236,8 +236,8 @@
    app.MG.store.getProductList(obj).then((res) => {
      if (!res.datas.length) {
        return this.setData({
          courseList: [],
          noData: true,
          courseList: [],
          contentLoading: false
        })
      }
@@ -310,7 +310,7 @@
          )
        ) {
          wx.showToast({
            title: "该书已在购物车,请勿重复添加空",
            title: "该课程已在购物车,请勿重复添加",
            icon: 'none',
            duration: 1000
          })