Commit 2e2083b6 by libai

测试

parent 01a36588
Showing with 5 additions and 5 deletions
...@@ -175,7 +175,7 @@ $(function(){ ...@@ -175,7 +175,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
}, },
...@@ -222,7 +222,7 @@ $(function(){ ...@@ -222,7 +222,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,
...@@ -266,7 +266,7 @@ $(function(){ ...@@ -266,7 +266,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,
...@@ -307,7 +307,7 @@ $(function(){ ...@@ -307,7 +307,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,
...@@ -358,7 +358,7 @@ $(function(){ ...@@ -358,7 +358,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