litian
2024-10-15 1a5e46e6955225675d21fe04962e82b37e7890ed
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({