...
|
...
|
@@ -540,8 +540,8 @@ |
|
|
}
|
|
|
votedNum = data.data ? data.data.length : 0;
|
|
|
if (votedNum > 0) {
|
|
|
$("#float_bottom").hide();
|
|
|
$("#vote_bottom").hide();
|
|
|
$("#float_bottom").find("img").attr("src","images/bg_333.jpg");
|
|
|
$("#vote_bottom").find("img").attr("src","images/bg_333.jpg");
|
|
|
}
|
|
|
$(data.data).each(function(index, item) {
|
|
|
$("div[id='"+ item.voteItemId +"']").addClass("vote_click");
|
...
|
...
|
@@ -692,8 +692,8 @@ |
|
|
return;
|
|
|
} else {
|
|
|
diaCover("投票成功");
|
|
|
$("#float_bottom").hide();
|
|
|
$("#vote_bottom").hide();
|
|
|
$("#float_bottom").find("img").attr("src","images/bg_333.jpg");
|
|
|
$("#vote_bottom").find("img").attr("src","images/bg_333.jpg");
|
|
|
}
|
|
|
|
|
|
}, "json");
|
...
|
...
|
|