|
@@ -230,8 +230,8 @@
|
|
|
if(this.showPage && this.maxScrollTop == 0){
|
|
|
this.maxScrollTop = e.scrollTop
|
|
|
}
|
|
|
- console.log(this.maxScrollTop , e.scrollTop)
|
|
|
- if(this.showPage && this.maxScrollTop>0 && (e.scrollTop < 100)){
|
|
|
+ // console.log(this.maxScrollTop , e.scrollTop)
|
|
|
+ if(this.showPage && this.maxScrollTop>0 && (e.scrollTop < (this.maxScrollTop/10)*9)){
|
|
|
this.showPage = false
|
|
|
}
|
|
|
// 最后一页显示
|