From 7c44050e0a08824665d939352ab9d3e6f133a0e8 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 14:08:38 +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 ae79e9f..45c8bdb 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(1).removeClass("unchoose"); + $(".model-bg").eq(i+1).removeClass("unchoose"); console.log(i); console.log(i+1); console.log(item);