Skip to content

Commit

Permalink
group
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 14, 2017
1 parent c023afc commit adac544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frames/conversation/groupchat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
//this.groupconversine=[...res.grouphead];
});
socket.on('chat', function (data) {
//console.log(data);//聊天返回内容
console.log(data);//聊天返回内容
});
chatData().then((res) => {
this.chatData=res;
Expand Down

0 comments on commit adac544

Please sign in to comment.