Commit 0d0077a1 by libai

测试

parent 8cbf2f5b
Showing with 4 additions and 0 deletions
......@@ -877,7 +877,11 @@ $(function () {
})
if(localStorage.uid==undefined){
$(".layer-gift-btn2").unbind("click").on("click",function(){
layer.closeAll()
setTimeout(function() {
loginLayer()
}, 500);
return;
})
}else{
......
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