Commit 38fd998d by libai

测试

parent eb29d067
Showing with 5 additions and 5 deletions
...@@ -173,7 +173,7 @@ $(function(){ ...@@ -173,7 +173,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
}, },
...@@ -220,7 +220,7 @@ $(function(){ ...@@ -220,7 +220,7 @@ $(function(){
} }
}) })
$.ajax({ $.ajax({
url:$ip+'/footSeen/h5/queryTopicComment', url:$ip+'footSeen/h5/queryTopicComment',
data:{ data:{
topicId:sessionStorage.topicId, topicId:sessionStorage.topicId,
page:pageNum, page:pageNum,
...@@ -264,7 +264,7 @@ $(function(){ ...@@ -264,7 +264,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,
...@@ -305,7 +305,7 @@ $(function(){ ...@@ -305,7 +305,7 @@ $(function(){
} }
function moreAspect(){ function moreAspect(){
$.ajax({ $.ajax({
url:$ip+'/footSeen/h5/queryTopics', url:$ip+'footSeen/h5/queryTopics',
data:{ data:{
page:1, page:1,
size:10, size:10,
...@@ -355,7 +355,7 @@ $(function(){ ...@@ -355,7 +355,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