|
@@ -538,7 +538,6 @@ export default class extends Vue {
|
|
|
break
|
|
|
}
|
|
|
(this.$refs[obj.type] as any).value = false
|
|
|
- console.log(obj)
|
|
|
}
|
|
|
|
|
|
async bottomBtn (type: string) {
|
|
@@ -697,6 +696,8 @@ export default class extends Vue {
|
|
|
this.buyShowUrl = res.data
|
|
|
if (res.data.includes('.pdf') || this.detailData.docFileType === 2 || !this.showfileType) {
|
|
|
this.getNumPages(res.data, type)
|
|
|
+ } else if (res.data.includes('.docx') || res.data.includes('.ppt')) {
|
|
|
+ this.ddErrorPreview()
|
|
|
}
|
|
|
})
|
|
|
}
|
|
@@ -843,8 +844,6 @@ export default class extends Vue {
|
|
|
}
|
|
|
|
|
|
readAll () {
|
|
|
- console.log(444444444)
|
|
|
- console.log(this.loginInfo)
|
|
|
if (this.isvipFree && this.buyed === 0 && this.isviper) { // 会员免费 未下载 会员
|
|
|
this.getFile()
|
|
|
} else if ((this.power.freeDownload === 2 || this.power.freeDownload === 0) && this.isvipFree && this.buyed === 0 && !this.isviper) {
|