From c270fd06743b2522e1315993b2c4b8af5484bb2a Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Thu, 28 Nov 2019 11:51:28 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E6=AC=A1=E7=99=BB=E9=99=86?= =?UTF-8?q?=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/views/common/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 7450c8c..7e647a2 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -175,7 +175,7 @@ $(function(){ $(".model_wrap").show(); $(".model-bg").eq(0).removeClass("unchoose"); $('.jump').removeClass('unchoose'); - $('#side-menu .av').eq(arr[0]).click().addClass('boo'); + $('#side-menu .av').eq(0).click().addClass('boo'); window.localStorage.setItem('isform',1); } })