提交修改代码合并问题

This commit is contained in:
daihh
2022-06-14 00:10:37 +08:00
parent 508f589728
commit b6c8b09226

View File

@@ -162,10 +162,11 @@ export default {
let innerHeight = document.querySelector('#pdf-perView').clientHeight
let outerHeight = document.documentElement.clientHeight
let scrollTop = document.documentElement.scrollTop
if(this.isscroll){
let $this=this;
if(this.isscroll){
this.showPages++;
this.moreState = 2;
this.debounce(this.loadInitPdf(),5000);
this.debounce(this.loadInitPdf($this.filePath),5000);
}
if(this.pdfpage >= this.totalPages){
this.isscroll = false;