Commit a2fd33f0 by libai

测试

parent e9e81f81
......@@ -20,6 +20,7 @@ if(bbb.indexOf("userRoom.html")==-1){
var bbb = location.href;
var data = url_get_params(bbb)
var backGo=0
sessionStorage.roomId = data.roomId;
sessionStorage.tid=data.tid;
sessionStorage.topicId=data.topicId
......
......@@ -1021,7 +1021,7 @@ $(function(){
msgSend($(".keyboard-input").val())
})
$(".room-close").on("click",function(){
if(backGo!=undefined){
if(backGo!=0){
console.log(1111)
history.back(-1)
}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