|
@@ -85,7 +85,7 @@ common={
|
|
|
for (var i = 0; i < data.info.players_answer.length; i++) {
|
|
|
if(data.info.players_answer[i].user_id==_this.userInfo.playerId){
|
|
|
//对方的答案id
|
|
|
- _this.data.player_answerId=data.info.players_answer[i].question_id;
|
|
|
+ _this.data.player_answerId=data.info.players_answer[i].option_id;
|
|
|
}
|
|
|
}
|
|
|
$("#question .item").each(function(){
|