Authored by lijing

禁止点击

... ... @@ -542,6 +542,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");
}
$(data.data).each(function(index, item) {
$("div[id='"+ item.voteItemId +"']").addClass("vote_click");
... ... @@ -694,6 +695,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");
}
}, "json");
... ...
... ... @@ -335,6 +335,7 @@ img{
votedNum = data.data ? data.data.length : 0;
if (votedNum > 0) {
$(".vote_button").addClass("voted_button");
$(".vote").unblind("click");
}
$(data.data).each(function(index, item) {
$("div[id='"+ item.voteItemId +"']").addClass("vote_click");
... ... @@ -429,6 +430,7 @@ img{
} else {
diaCover("投票成功");
$(".vote_button").addClass("voted_button");
$(".vote").unblind("click");
}
}, "json");
});
... ...