From eddb7913d7843719ff5c412668c180ffe0e38b88 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 14:06:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=80=81=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/web/assets/js/popUps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/assets/js/popUps.js b/frontend/web/assets/js/popUps.js index acdc966..ae79e9f 100644 --- a/frontend/web/assets/js/popUps.js +++ b/frontend/web/assets/js/popUps.js @@ -9,7 +9,7 @@ $(function(){ var _that=$(this); _that.find(".nextPage").click(function () { _that.addClass("unchoose"); - _that.eq(i+1).removeClass("unchoose"); + _that.eq(1).removeClass("unchoose"); console.log(i); console.log(i+1); console.log(item);