Commit 2e2083b6 by libai

测试

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