Commit 2c3149a6 by libai

测试

parent 559c3e87
Showing with 5 additions and 5 deletions
...@@ -1394,12 +1394,12 @@ $(function(){ ...@@ -1394,12 +1394,12 @@ $(function(){
} }
}) })
$(".room-close").on("click",function(){ $(".room-close").on("click",function(){
if(backGo!=0){ // if(backGo!=0){
history.back(-1) // history.back(-1)
}else{ // }else{
// window.location.href="../index.html"
// }
window.location.href="../index.html" window.location.href="../index.html"
}
}) })
$(".exc-layer .exc-btn").on("click",function(){ $(".exc-layer .exc-btn").on("click",function(){
$.ajax({ $.ajax({
......
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