Commit d4cb1199 by libai

测试

parent 79a35387
Showing with 2 additions and 1 deletions
...@@ -131,7 +131,8 @@ $(function(){ ...@@ -131,7 +131,8 @@ $(function(){
var noImg=false; var noImg=false;
loginGo() loginGo()
if(data.search!=undefined){ if(data.search!=undefined){
var searchData=decodeURI(location.href.split("search=")[1])
var searchData=decodeURI(location.href.split("search=")[1].split("&")[0])
$(".search-input").val(searchData) $(".search-input").val(searchData)
$(".search-user-box").show() $(".search-user-box").show()
searchGoUser(searchData,3,false) searchGoUser(searchData,3,false)
......
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