Commit 0d0077a1 by libai

测试

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