webUi
赵桐华 5 years ago
parent cc38f004da
commit 70b97c7ff0
  1. 4
      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");

Loading…
Cancel
Save