lilei 1 year ago
parent
commit
4f31eb69bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pagesB/promoDetail.vue

+ 2 - 2
pagesB/promoDetail.vue

@@ -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
 			}
 			// 最后一页显示