|
|
|
@ -2,7 +2,7 @@ $(function(){ |
|
|
|
|
$(".prompt").click(function(){ |
|
|
|
|
$(".model_wrap").show(); |
|
|
|
|
$(".model-bg").removeClass("unchoose"); |
|
|
|
|
$(".model-bg .content").eq(0).removeClass("unchoose"); |
|
|
|
|
// $(".model-bg .content").eq(0).removeClass("unchoose");
|
|
|
|
|
console.log(1); |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|