Authored by ping

update

... ... @@ -543,7 +543,7 @@
if (votedNum > 0) {
$("#float_bottom").find("img").attr("src","/activity/brandVote/YOHOPE/images/bg_333.jpg");
$("#vote_bottom").find("img").attr("src","/activity/brandVote/YOHOPE/images/bg_333.jpg");
$(".vote").unblind("click");
$(".vote").unbind("click");
}
$(data.data).each(function(index, item) {
$("div[id='"+ item.voteItemId +"']").addClass("vote_click");
... ... @@ -696,7 +696,7 @@
diaCover("投票成功");
$("#float_bottom").find("img").attr("src","/activity/brandVote/YOHOPE/images/bg_333.jpg");
$("#vote_bottom").find("img").attr("src","/activity/brandVote/YOHOPE/images/bg_333.jpg");
$(".vote").unblind("click");
$(".vote").unbind("click");
}
}, "json");
... ...