diff --git a/frontend/web/assets/js/pop.js b/frontend/web/assets/js/pop.js index 9d92586..a50b550 100644 --- a/frontend/web/assets/js/pop.js +++ b/frontend/web/assets/js/pop.js @@ -14,6 +14,7 @@ $(function(){ var _that=$(this); _that.find(".nextPage").click(function () { var key=i-1; + console.log(key); _that.addClass("unchoose"); $(".model-bg").eq(i+1).removeClass("unchoose"); $('#side-menu .av').eq(arr[i]).addClass('boo');