From 70b97c7ff01dbd72de0ab17e360b6eeb1c4a4c82 Mon Sep 17 00:00:00 2001 From: ZHAOTONGHUA <2066753415@qq.com> Date: Thu, 21 Nov 2019 15:20:21 +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/pop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/assets/js/pop.js b/frontend/web/assets/js/pop.js index a50b550..c56c460 100644 --- a/frontend/web/assets/js/pop.js +++ b/frontend/web/assets/js/pop.js @@ -11,9 +11,9 @@ $(function(){ $(".model-bg").each(function (i) { - var _that=$(this); + let _that=$(this); _that.find(".nextPage").click(function () { - var key=i-1; + let key= i-1; console.log(key); _that.addClass("unchoose"); $(".model-bg").eq(i+1).removeClass("unchoose");