Commit 14dd8eb4 by libai

测试

parent 49b6b46d
Showing with 3 additions and 0 deletions
...@@ -190,6 +190,7 @@ $(function(){ ...@@ -190,6 +190,7 @@ $(function(){
uid:localStorage.uid, uid:localStorage.uid,
token:localStorage.token token:localStorage.token
}, },
async:false,
success:function(data){ success:function(data){
console.log('搜索用户',data) console.log('搜索用户',data)
var html=[]; var html=[];
...@@ -225,6 +226,7 @@ $(function(){ ...@@ -225,6 +226,7 @@ $(function(){
type:1, type:1,
sort:-1, sort:-1,
}, },
async:false,
success:function(data){ success:function(data){
console.log('搜索视频',data) console.log('搜索视频',data)
var html=[]; var html=[];
...@@ -273,6 +275,7 @@ $(function(){ ...@@ -273,6 +275,7 @@ $(function(){
type:2, type:2,
sort:-1, sort:-1,
}, },
async:false,
success:function(data){ success:function(data){
console.log('搜索帖子',data) console.log('搜索帖子',data)
var html=[]; var html=[];
......
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