فهرست منبع

上拉回弹test3

jmx 8 سال پیش
والد
کامیت
ce7b80898a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      www/webapp/framework/iscroll5/iscroll.js

+ 1 - 1
www/webapp/framework/iscroll5/iscroll.js

@@ -492,7 +492,7 @@ IScroll.prototype = {
 		newX = this.x + deltaX;
 		newY = this.y + deltaY;
 
-		if (newY < this.maxScrollY && this.pointY < 1000){
+		if (newY < this.maxScrollY){
 			this.scrollTo(0, this.maxScrollY, 400);
 		}