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
5a5869ef
authored
Sep 15, 2022
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
4630f5c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
mobile/video.html
room/videoRoom.html
mobile/video.html
View file @
5a5869ef
...
...
@@ -3,7 +3,7 @@
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"canonical"
href=
"https://www.footseen.xyz/room/videoRoom.html"
>
<link
class=
"m-href"
rel=
"canonical"
href=
"https://www.footseen.xyz/room/videoRoom.html"
>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src=
"https://www.googletagmanager.com/gtag/js?id=G-3V6KZGW418"
></script>
<script>
...
...
@@ -172,7 +172,7 @@ $(function(){
listAdd
(
pageNumber
,
pageNum
,
sessionStorage
.
tag
)
}
})
$
(
".m-href"
).
attr
(
"href"
,
"https://www.footseen.xyz/room/videoRoom.html?topicId="
+
sessionStorage
.
topicId
)
$
(
".bottom-close-btn"
).
on
(
"click"
,
function
(){
$
(
".bottom-nav"
).
fadeOut
(
350
)
})
...
...
room/videoRoom.html
View file @
5a5869ef
...
...
@@ -11,7 +11,7 @@
</script>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/video.html"
>
<link
class=
"m-href"
rel=
"alternate"
media=
"only screen and (max-width: 640px)"
href=
"https://www.footseen.xyz/mobile/video.html"
>
<meta
data-hid=
"viewport"
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=5, minimum-scale=1"
>
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"applicable-device"
content=
"pc"
>
...
...
@@ -161,6 +161,7 @@ $(function(){
loginLayer()
})
}
$("
.
m
-
href
").attr("
href
","
https
:
//www.footseen.xyz/mobile/video.html?topicId="+sessionStorage.topicId)
function
TopicInfo
(){
$
.
ajax
({
url
:
$ip
+
'frontPage/queryTopicInfo'
,
...
...
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