|
@@ -60,6 +60,7 @@ common={
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},player_join:function(data){
|
|
},player_join:function(data){
|
|
|
|
+ var _this=this;
|
|
// if(responsedata.info.user){
|
|
// if(responsedata.info.user){
|
|
// $("#username").html(responsedata.info.user.name);
|
|
// $("#username").html(responsedata.info.user.name);
|
|
// $("#avatar").html('<img src="' + responsedata.info.user.avatar + '" class="layui-circle">');
|
|
// $("#avatar").html('<img src="' + responsedata.info.user.avatar + '" class="layui-circle">');
|