pdf
litian
2024-09-30 c7c2bcf1fb86862ac0bdd4af34492e7d5be90562
packageBookService/pages/bookServices/detail/components/tree/index.js
@@ -165,6 +165,7 @@
    // 跳转音视频播放器
    goPlayer(e) {
      // 检查登录状态
      console.log(e.currentTarget.dataset.item)
      const token = wx.getStorageSync(app.config.tokenKey);
      if (!token) return false
      const item = e.currentTarget.dataset.item;
@@ -250,7 +251,7 @@
      ) {
        url = "/packageDomain/pages/resourceDetails/myAudio/index";
      }
      if (item.selectType == "picture" || item.selectType == 'document') {
      if (item.selectType == "picture" || item.selectType == 'document' || item.selectType == 'pdf') {
        url = "/packageDomain/pages/resourceDetails/document/index";
      }
      wx.navigateTo({