Commit 65b2beab by libai

测试

parent d4762482
Showing with 1 additions and 0 deletions
...@@ -500,6 +500,7 @@ $(function(){ ...@@ -500,6 +500,7 @@ $(function(){
if(tagNum==list.tagId){ if(tagNum==list.tagId){
html+='<li class="tag-click" data-type="'+list.tagId+'">'; html+='<li class="tag-click" data-type="'+list.tagId+'">';
$(".box-title span").text(list.tagName+'的相關影片') $(".box-title span").text(list.tagName+'的相關影片')
$("title").text(list.tagName+'的相關影片')
} }
else html+='<li data-type="'+list.tagId+'">'; else html+='<li data-type="'+list.tagId+'">';
html+='<h2 class="tag-span1">'+list.tagName+'</h2>'; html+='<h2 class="tag-span1">'+list.tagName+'</h2>';
......
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