webUi
赵桐华 5 years ago
parent 1c655f3ca8
commit 1ae8089d16
  1. 4
      frontend/web/assets/js/popUps.js

@ -1,7 +1,7 @@
$(function(){
$(".prompt").click(function(){
$(".model_wrap").show();
$(".model-bg").eq(1).removeClass("unchoose");
$(".model-bg").eq(0).removeClass("unchoose");
});
@ -9,7 +9,7 @@ $(function(){
var _that=$(this);
_that.find(".nextPage").click(function () {
_that.addClass("unchoose").eq(i+1).removeClass("unchoose");
console.log(i);
console.log(i+1);
console.log(item);
})
// $(".nextPage").click(function () {

Loading…
Cancel
Save