From 78ddb62326bbb103eef1fd68f8c8c4c3a8c279dc Mon Sep 17 00:00:00 2001 From: mip-platform Date: Thu, 15 Jun 2017 19:10:41 +0800 Subject: [PATCH] update extensions --- mip-xzw-list/mip-xzw-list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mip-xzw-list/mip-xzw-list.js b/mip-xzw-list/mip-xzw-list.js index cf0bea9d..d47e25f1 100644 --- a/mip-xzw-list/mip-xzw-list.js +++ b/mip-xzw-list/mip-xzw-list.js @@ -11,7 +11,7 @@ define(function (require) { var $li = $('.list li'); var alen = $li.length; $(document).on('click', '.addmorebtn', function () { - var num = $('.list li[style = "display:none;"]').length; + var num = $('.list li[style = "display:none"]').length; var s = alen - num; for (var i = s; i < s + 10; i++) { var t = $li.eq(i);