Commit c6617951 by libai

测试

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