ppt预览修复完成

master
yujialong 4 months ago
parent 8036814252
commit 87c29614f6
  1. 35
      course/courseDetail/courseDetail.vue

@ -358,38 +358,11 @@
// //pdf
handleFileType(row) {
const type = row.fileType
const platform = uni.getSystemInfoSync().platform
console.log(444, platform)
// pptwebviewoffice
if ((type === 'pptx' || type === 'ppt') && platform === 'android') {
this.curRow = {}
// pptwebviewofficeh5
if (type === 'pptx' || type === 'ppt') {
row.isDoc = true
row.viewUrl = 'https://eduvessel.com/#/previewPPT?src=' + row.fileUrl
row.isAndroidPreviewPPT = true
// uni.showLoading({
// title: '',
// mask: true
// })
// uni.downloadFile({
// url: row.fileUrl,
// success: function(res) {
// console.log(11, res)
// // doc, xls, ppt, pdf, docx, xlsx, pptx
// uni.openDocument({
// filePath: res.tempFilePath,
// fileType: row.fileType,
// showMenu: true, //
// success: res => {
// uni.hideLoading()
// },
// fail: openError => {
// uni.hideLoading()
// }
// })
// },
// fail: function(err) {
// uni.hideLoading()
// }
// })
this.curRow = row
} else {
if (this.$util.exts.video.includes(type)) {
row.isVideo = true

Loading…
Cancel
Save