zs
litian
2024-09-20 fba71ba1ae5030cb1a20f54f29fb06ad97060297
pages/digitalCourses/index.js
@@ -236,7 +236,6 @@
    app.MG.store.getProductList(obj).then((res) => {
      if (!res.datas.length) {
        return this.setData({
          courseList: [],
          noData: true,
          contentLoading: false
        })
@@ -310,7 +309,7 @@
          )
        ) {
          wx.showToast({
            title: "该书已在购物车,请勿重复添加空",
            title: "该课程已在购物车,请勿重复添加",
            icon: 'none',
            duration: 1000
          })