Commit 38fd998d by libai

测试

parent eb29d067
Showing with 5 additions and 5 deletions
......@@ -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,
......
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