commit
This commit is contained in:
@@ -839,17 +839,20 @@ layout("/mobile/platform.html"){
|
||||
pdfh5 = new Pdfh5('#demo', {
|
||||
pdfurl: href,
|
||||
})
|
||||
this.readPDFPicture(pdfh5)
|
||||
})
|
||||
}catch (e) {
|
||||
this.isPdf = true
|
||||
//document.addEventListener('click', (event) => this.handleClick(event, [], []))
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.readPDFPicture(pdfh5)
|
||||
})
|
||||
},
|
||||
mounted() {
|
||||
//window.addEventListener('scroll', this.scrollToTop)
|
||||
},
|
||||
destroyed() {
|
||||
beforeDestroy() {
|
||||
//window.removeEventListener('scroll', this.scrollToTop)
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user