diff --git a/js/indentcon.js b/js/indentcon.js index 063e7cf..06be95e 100644 --- a/js/indentcon.js +++ b/js/indentcon.js @@ -59,11 +59,11 @@ function getData(page) { page: page, pagesize: 10 }, function(data) { - //console.log(data); var data = toJson(data); var html = '' if ('' == data.data.Rows) { mui('#pullrefresh').pullRefresh().endPullupToRefresh(true); + $('.con').append("
无数据
"); return; } $.each(data.data.Rows, function() { @@ -123,7 +123,6 @@ function getData(page) { html += '' }) - $('.con').append(html); isLoad = false; })