webUi
赵桐华 5 years ago
parent 485c0f9edd
commit cc38f004da
  1. 1
      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');

Loading…
Cancel
Save