mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交修改代码合并问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user