|
@@ -230,7 +230,7 @@
|
|
|
if(this.showPage && this.maxScrollTop == 0){
|
|
|
this.maxScrollTop = e.scrollTop
|
|
|
}
|
|
|
- // console.log(this.maxScrollTop , e.scrollTop)
|
|
|
+ console.log(this.maxScrollTop , e.scrollTop)
|
|
|
if(this.showPage && this.maxScrollTop>0 && (e.scrollTop < 100)){
|
|
|
this.showPage = false
|
|
|
}
|