Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

libai / footseen-large-website

  • This project
    • Loading...
  • Sign in
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 7e7269d1 authored 2 years ago by libai's avatar libai
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

测试

parent 99cca71b
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 2 deletions
  • mobile/pageVideo.html
  • mobile/video.html
mobile/pageVideo.html
View file @ 7e7269d1
...@@ -354,7 +354,9 @@ $(function(){ ...@@ -354,7 +354,9 @@ $(function(){
html+='</div></a>'; html+='</div></a>';
} }
$(".add-video-big-box").html(html); $(".add-video-big-box").html(html);
$(".bg-img").on("error",function(){
$(this).attr("src","https://app.ixiulive.com/static/footVideo/m/m"+Math.ceil(Math.random()*63)+".jpg")
})
// $(".add-video-box").unbind("click").on("click",function(){ // $(".add-video-box").unbind("click").on("click",function(){
// var _self=$(this).attr("data-type") // var _self=$(this).attr("data-type")
// window.location.href="video.html?topicId="+_self+"&tag="+sessionStorage.tag+"" // window.location.href="video.html?topicId="+_self+"&tag="+sessionStorage.tag+""
......
This diff is collapsed. Click to expand it.
mobile/video.html
View file @ 7e7269d1
...@@ -405,7 +405,9 @@ $(function(){ ...@@ -405,7 +405,9 @@ $(function(){
html+='</div></a>'; html+='</div></a>';
} }
$(".add-video-big-box").html(html); $(".add-video-big-box").html(html);
$(".bg-img").on("error",function(){
$(this).attr("src","https://app.ixiulive.com/static/footVideo/m/m"+Math.ceil(Math.random()*63)+".jpg")
})
// $(".add-video-box").unbind("click").on("click",function(){ // $(".add-video-box").unbind("click").on("click",function(){
// var _self=$(this).attr("data-type") // var _self=$(this).attr("data-type")
// window.location.href="video.html?topicId="+_self+"&tag="+sessionStorage.tag+"" // window.location.href="video.html?topicId="+_self+"&tag="+sessionStorage.tag+""
......
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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