From 23067c9d9e03ed0c01416110df50ddb0070ac235 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Sun, 8 Sep 2019 12:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E6=97=A0=E6=95=B0=E6=8D=AE=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=E6=8F=90=E7=A4=BA=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/indentcon.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; })