Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
a2fd33f0
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
e9e81f81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
mTest/lib/default.js
mTest/room/liveRoom.html
mTest/lib/default.js
View file @
a2fd33f0
...
@@ -20,6 +20,7 @@ if(bbb.indexOf("userRoom.html")==-1){
...
@@ -20,6 +20,7 @@ if(bbb.indexOf("userRoom.html")==-1){
var
bbb
=
location
.
href
;
var
bbb
=
location
.
href
;
var
data
=
url_get_params
(
bbb
)
var
data
=
url_get_params
(
bbb
)
var
backGo
=
0
sessionStorage
.
roomId
=
data
.
roomId
;
sessionStorage
.
roomId
=
data
.
roomId
;
sessionStorage
.
tid
=
data
.
tid
;
sessionStorage
.
tid
=
data
.
tid
;
sessionStorage
.
topicId
=
data
.
topicId
sessionStorage
.
topicId
=
data
.
topicId
...
...
This diff is collapsed.
Click to expand it.
mTest/room/liveRoom.html
View file @
a2fd33f0
...
@@ -1021,7 +1021,7 @@ $(function(){
...
@@ -1021,7 +1021,7 @@ $(function(){
msgSend($(".keyboard-input").val())
msgSend($(".keyboard-input").val())
})
})
$(".room-close").on("click",function(){
$(".room-close").on("click",function(){
if(backGo!=
undefined
){
if(backGo!=
0
){
console.log(1111)
console.log(1111)
history.back(-1)
history.back(-1)
}else{
}else{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment