From abb3a330ea5b0c119872eba3e7e9fb49e6f0cd07 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Wed, 20 Nov 2019 17:33:30 +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/views/common/index.php | 2 +- frontend/web/assets/js/model.js | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 04466e8..d7f2d49 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -42,7 +42,7 @@
菜单
-
  • +
  • diff --git a/frontend/web/assets/js/model.js b/frontend/web/assets/js/model.js index 9ea58c2..677872b 100644 --- a/frontend/web/assets/js/model.js +++ b/frontend/web/assets/js/model.js @@ -4,10 +4,7 @@ $(function(){ $(".model-bg").eq(0).removeClass("unchoose"); $('.jump').removeClass('unchoose'); - // $('#side-menu li').each(function (i) { - // $(this).eq(i).find(".collapse").removeClass("in"); - // }); - $('#side-menu li').eq(3).addClass('boo'); + $('#side-menu .av').eq(3).addClass('boo'); $('#side-menu').addClass('boo'); }); @@ -16,7 +13,7 @@ $(function(){ _that.find(".nextPage").click(function () { _that.addClass("unchoose"); $(".model-bg").eq(i+1).removeClass("unchoose"); - $(".") + }); _that.find(".Previous").click(function () { _that.addClass("unchoose");