Commit 5a5869ef by libai

测试

parent 4630f5c2
Showing with 4 additions and 3 deletions
......@@ -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)
})
......
......@@ -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',
......
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