Authored by whb

测式bug

@@ -269,6 +269,7 @@ define('mobile', function(require, exports) { @@ -269,6 +269,7 @@ define('mobile', function(require, exports) {
269 var page = Math.ceil(parseInt(ajaxPage) / (total_times+1)); 269 var page = Math.ceil(parseInt(ajaxPage) / (total_times+1));
270 var totalPage = Math.ceil(total / (limit * (total_times + 1))); 270 var totalPage = Math.ceil(total / (limit * (total_times + 1)));
271 if($(window).scrollTop() >= $(document).height() - $(window).height()- 50 ) { 271 if($(window).scrollTop() >= $(document).height() - $(window).height()- 50 ) {
  272 + alert("test");
272 if(total > limit && times < total_times && page < totalPage) { 273 if(total > limit && times < total_times && page < totalPage) {
273 $.ajax 274 $.ajax
274 ({ 275 ({