From 7f2303698b3a37373a5b734d505298ab52457e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A5=BF=E9=97=A8?= <1745745@qq.com> Date: Mon, 13 Jun 2016 14:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddemo5=EF=BC=8Ctab=E5=BF=AB?= =?UTF-8?q?=E9=80=9F=E5=88=87=E6=8D=A2=E6=95=B0=E6=8D=AE=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=E9=94=99=E4=B9=B1bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/tab.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/tab.html b/examples/tab.html index f386a39..ed19934 100644 --- a/examples/tab.html +++ b/examples/tab.html @@ -202,7 +202,7 @@ } // 为了测试,延迟1秒加载 setTimeout(function(){ - $('.lists').eq(itemIndex).append(result); + $('.lists').eq(0).append(result); // 每次数据加载完,必须重置 me.resetload(); },1000); @@ -231,7 +231,7 @@ } // 为了测试,延迟1秒加载 setTimeout(function(){ - $('.lists').eq(itemIndex).append(result); + $('.lists').eq(1).append(result); // 每次数据加载完,必须重置 me.resetload(); },1000);