litian
2024-09-06 611457d5bedd5386999dbbbee55048dc1e1ee624
pages/home/home.js
@@ -446,11 +446,11 @@
    });
  },
  goSubjectDetail(e) {
    return wx.showToast({
      title: "建设中",
      icon: 'none',
      duration: 1000
    })
    // return wx.showToast({
    //   title: "建设中",
    //   icon: 'none',
    //   duration: 1000
    // })
    const item = e.currentTarget.dataset.book
    console.log(item);
    wx.navigateTo({
@@ -458,11 +458,11 @@
    });
  },
  goCourseDetail(e) {
    return wx.showToast({
      title: "建设中",
      icon: 'none',
      duration: 1000
    })
    // return wx.showToast({
    //   title: "建设中",
    //   icon: 'none',
    //   duration: 1000
    // })
    const {
      book
    } = e.currentTarget.dataset;
@@ -587,21 +587,21 @@
        url: '/pages/home/digitalRead/index'
      })
    } else if (type == "zhuantitaolun") {
      return wx.showToast({
        title: "建设中",
        icon: 'none',
        duration: 1000
      })
      // return wx.showToast({
      //   title: "建设中",
      //   icon: 'none',
      //   duration: 1000
      // })
      wx.navigateTo({
        url: '/pages/specialDiscussion/index'
      })
    } else if (type == "jingxuankecheng") {
      return wx.showToast({
        title: "建设中",
        icon: 'none',
        duration: 1000
      })
      // return wx.showToast({
      //   title: "建设中",
      //   icon: 'none',
      //   duration: 1000
      // })
      wx.navigateTo({
        url: '/pages/digitalCourses/index?courseTypeActive=' + this.data.courseTypeActive
      })