parent
2030415d4c
commit
f34fa8de77
@ -1,7 +1,7 @@ |
|||||||
$(function(){ |
$(function(){ |
||||||
$(".prompt").click(function(){ |
$(".prompt").click(function(){ |
||||||
$(".model_wrap").show(); |
$(".model_wrap").show(); |
||||||
$(".model-bg").show(); |
$(".model-bg").removeClass("unchoose"); |
||||||
console.log(1); |
console.log(1); |
||||||
}) |
}) |
||||||
}); |
}); |
Loading…
Reference in new issue