webUi
赵桐华 5 years ago
parent fa6f634227
commit 329b347270
  1. 5
      frontend/web/assets/js/model.js

@ -28,6 +28,9 @@ $(function(){
$(".perfection").click(function () {
$(".jump").addClass('unchoose');
$(".model_wrap").hide();
$("#side-menu .av").each(function (i) {
$(this).eq(i).removeClass('boo');
})
});
$(".jump").click(function () {
@ -35,7 +38,7 @@ $(function(){
$(".model_wrap").hide();
$(".model-bg").addClass("unchoose");
$("#side-menu .av").each(function (i) {
console.log(i);
$(this).eq(i).removeClass('boo');
})
});
});
Loading…
Cancel
Save