diff --git a/video.html b/video.html index 24dca65..c680ca0 100644 --- a/video.html +++ b/video.html @@ -173,7 +173,7 @@ $(function(){ $(".bottom-nav").fadeOut(350) }) $.ajax({ - url:$ip+'/footSeen/h5/queryTopicInfo', + url:$ip+'footSeen/h5/queryTopicInfo', data:{ topicId:sessionStorage.topicId }, @@ -220,7 +220,7 @@ $(function(){ } }) $.ajax({ - url:$ip+'/footSeen/h5/queryTopicComment', + url:$ip+'footSeen/h5/queryTopicComment', data:{ topicId:sessionStorage.topicId, page:pageNum, @@ -264,7 +264,7 @@ $(function(){ }) function addMsg(e){ $.ajax({ - url:$ip+'/footSeen/h5/queryTopicComment', + url:$ip+'footSeen/h5/queryTopicComment', data:{ topicId:sessionStorage.topicId, page:pageNum, @@ -305,7 +305,7 @@ $(function(){ } function moreAspect(){ $.ajax({ - url:$ip+'/footSeen/h5/queryTopics', + url:$ip+'footSeen/h5/queryTopics', data:{ page:1, size:10, @@ -355,7 +355,7 @@ $(function(){ } function listAdd(pageNum,typeNum,tagNum){ $.ajax({ - url:$ip+'/footSeen/h5/queryTopics', + url:$ip+'footSeen/h5/queryTopics', data:{ page:pageNum, size:10,