Commit 14dd8eb4 by libai

测试

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