Commit b07805c8 by libai

测试

parent 7d005c57
Showing with 5 additions and 0 deletions
......@@ -798,6 +798,11 @@ $(function(){
})
})
$(".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