From 7bb143301726a37d0847b2fc84f72e8d83157b91 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Tue, 19 Nov 2019 13:59:24 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/assets/js/popUps.js b/frontend/web/assets/js/popUps.js index 8a15fea..d1d4c52 100644 --- a/frontend/web/assets/js/popUps.js +++ b/frontend/web/assets/js/popUps.js @@ -7,13 +7,13 @@ $(function(){ $(".model-bg").each(function (i,item) { $(this).find(".nextPage").click(function () { - + $(this).addClass("unchoose").eq(i+1).removeClass("unchoose"); console.log(i); console.log(item); }) // $(".nextPage").click(function () { // $('.model-bg').togg - // $(this).addClass("unchoose").eq(i).removeClass("unchoose"); + // // }) }) }); \ No newline at end of file