|
@@ -679,10 +679,10 @@ export default class extends Vue {
|
|
|
|
|
|
buyShow (type: any) {
|
|
|
this.getShow({ docId: this.docIds }).then((res: any) => {
|
|
|
+ this.buyShowUrl = res.data
|
|
|
if (res.data.includes('.pdf') || this.detailData.docFileType === 2 || !this.showfileType) {
|
|
|
this.getNumPages(res.data, type)
|
|
|
}
|
|
|
- this.buyShowUrl = res.data
|
|
|
})
|
|
|
}
|
|
|
|