Commit 7d005c57 by libai

测试

parent 3b229cb0
Showing with 5 additions and 0 deletions
......@@ -653,6 +653,11 @@ $(function(){
$(".mc-out-mcBox").html(html);
$(".room-out-mc-shadow").attr("src","https://zhibocdn.yabolive.net/comm"+data.room.face.split('?')[0]+"?x-oss-process=image/resize,w_300")
$(".like-icon").unbind("click").on("click",function(){
if(localStorage.uid==undefined){
loginPage()
$(".layer-shadow").show()
return;
}
var _self=$(this)
$.ajax({
url:$ip+'room/likeOpt',
......
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 sign in to comment