闫增涛
2024-04-01 aa2c08b3be23a01d44205b2c19d21a2bf53f944f
packageBookService/pages/bookServices/detail/index.js
@@ -523,7 +523,6 @@
        }
      })
    } else {
      debugger
      if (this.data.bookDetail.isFavourite) {
        app.MG.store
          .delProductLink({
@@ -1032,7 +1031,8 @@
    app.MG.ugc.newTopicMessage(query).then(async (res) => {
      if (res) {
        wx.showToast({
          title: '申请已提交,请待审核通过后下载',
          title: '申请已提交',
          duration: 2000,
        })
      }
      await this.getApplyInfo(this.data.bookDetail.id)
@@ -1048,9 +1048,7 @@
    //       })
    //       .catch(() => { })
    //   }
    // } else {
    //   // logIn()
    // }
    // }
  },
  // 教学资源下载前往PC提示Diialog
  closeTeachDownload() {