|
|
@ -1,12 +1,13 @@ |
|
|
|
$(function(){ |
|
|
|
$(function(){ |
|
|
|
$(".prompt").click(function(){ |
|
|
|
$(".prompt").click(function(){ |
|
|
|
$(".model_wrap").show(); |
|
|
|
$(".model_wrap").show(); |
|
|
|
$(".model-bg").eq(0).removeClass("unchoose"); |
|
|
|
$(".model-bg").eq(1).removeClass("unchoose"); |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(".model-bg").each(function (i,item) { |
|
|
|
$(".model-bg").each(function (i,item) { |
|
|
|
$(this).find(".nextPage").click(function () { |
|
|
|
$(this).find(".nextPage").click(function () { |
|
|
|
|
|
|
|
|
|
|
|
console.log(i); |
|
|
|
console.log(i); |
|
|
|
console.log(item); |
|
|
|
console.log(item); |
|
|
|
}) |
|
|
|
}) |
|
|
|