From 51c4f986073622a321b539948c840a7877f951cf Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Wed, 20 Nov 2019 17:45:39 +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/model.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/assets/js/model.js b/frontend/web/assets/js/model.js index b220ae9..261777a 100644 --- a/frontend/web/assets/js/model.js +++ b/frontend/web/assets/js/model.js @@ -11,11 +11,11 @@ $(function(){ $(".model-bg").each(function (i) { var _that=$(this); $.each(arr,function (index) { - console.log(index); _that.find(".nextPage").click(function () { _that.addClass("unchoose"); $(".model-bg").eq(i+1).removeClass("unchoose"); - + console.log(index); + // $('#side-menu .av').eq(index).addClass('boo'); }); _that.find(".Previous").click(function () { _that.addClass("unchoose");