Commit c6617951 by libai

测试

parent 5a5869ef
Showing with 5 additions and 5 deletions
...@@ -177,7 +177,7 @@ $(function(){ ...@@ -177,7 +177,7 @@ $(function(){
$(".bottom-nav").fadeOut(350) $(".bottom-nav").fadeOut(350)
}) })
$.ajax({ $.ajax({
url:$ip+'footSeen/h5/queryTopicInfo', url:$ip+'/footSeen/h5/queryTopicInfo',
data:{ data:{
topicId:sessionStorage.topicId topicId:sessionStorage.topicId
}, },
...@@ -224,7 +224,7 @@ $(function(){ ...@@ -224,7 +224,7 @@ $(function(){
} }
}) })
$.ajax({ $.ajax({
url:$ip+'footSeen/h5/queryTopicComment', url:$ip+'/footSeen/h5/queryTopicComment',
data:{ data:{
topicId:sessionStorage.topicId, topicId:sessionStorage.topicId,
page:1, page:1,
...@@ -268,7 +268,7 @@ $(function(){ ...@@ -268,7 +268,7 @@ $(function(){
}) })
function addMsg(e){ function addMsg(e){
$.ajax({ $.ajax({
url:$ip+'footSeen/h5/queryTopicComment', url:$ip+'/footSeen/h5/queryTopicComment',
data:{ data:{
topicId:sessionStorage.topicId, topicId:sessionStorage.topicId,
page:pageNum, page:pageNum,
...@@ -309,7 +309,7 @@ $(function(){ ...@@ -309,7 +309,7 @@ $(function(){
} }
function moreAspect(){ function moreAspect(){
$.ajax({ $.ajax({
url:$ip+'footSeen/h5/queryTopics', url:$ip+'/footSeen/h5/queryTopics',
data:{ data:{
page:pageNum, page:pageNum,
size:10, size:10,
...@@ -360,7 +360,7 @@ $(function(){ ...@@ -360,7 +360,7 @@ $(function(){
} }
function listAdd(pageNum,typeNum,tagNum){ function listAdd(pageNum,typeNum,tagNum){
$.ajax({ $.ajax({
url:$ip+'footSeen/h5/queryTopics', url:$ip+'/footSeen/h5/queryTopics',
data:{ data:{
page:pageNum, page:pageNum,
size:10, size:10,
......
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