Commit 1591b44e by txy

'弹出框'

parent cd2d14c4
......@@ -267,10 +267,12 @@ function getPlayerList(playerListData) {
var params = {
userId: id
}
// 投票
voteClickFn(params,function(data){
// success
_this.parent('.item-title').prev().find('.vote-num').text(data.result.voteNum + '票')
isAttention(function(){
// 投票
voteClickFn(params,function(data){
// success
_this.parent('.item-title').prev().find('.vote-num').text(data.result.voteNum + '票')
});
});
});
......
......@@ -113,8 +113,10 @@ function btnBindClick() {
var params = {
userId: _userId
}
voteClickFn(params, function(data){
$('#act3932189955 .userVoteNum span').text(data.result.voteNum);
isAttention(function(){
voteClickFn(params, function(data){
$('#act3932189955 .userVoteNum span').text(data.result.voteNum);
});
});
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment