Authored by whb

测式bug

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