| | |
| | | // 跳转音视频播放器 |
| | | 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; |
| | |
| | | ) { |
| | | 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({ |