Commit 6c1df63c by libai

测试

parent 64ed41d3
Showing with 2 additions and 2 deletions
...@@ -127,7 +127,7 @@ $(function(){ ...@@ -127,7 +127,7 @@ $(function(){
if(data.search!=undefined){ if(data.search!=undefined){
var searchData=decodeURI(location.href.split("search=")[1]) var searchData=decodeURI(location.href.split("search=")[1])
$(".search-input").val(searchData) $(".search-input").val(searchData)
searchGoUser(searchData,3,'false') searchGoUser(searchData,3,false)
searchGoVideo(searchData,12) searchGoVideo(searchData,12)
if(noVideo==true&&noUser==true){ if(noVideo==true&&noUser==true){
$(".like-no-box p").text('找到'+searchData+'相關內容 0 個,相關用戶 0 人') $(".like-no-box p").text('找到'+searchData+'相關內容 0 個,相關用戶 0 人')
...@@ -140,7 +140,7 @@ $(function(){ ...@@ -140,7 +140,7 @@ $(function(){
$(".search-top-box div").removeClass("search-top-click") $(".search-top-box div").removeClass("search-top-click")
_self.addClass("search-top-click") _self.addClass("search-top-click")
if(_self.attr("data-type")==1){ if(_self.attr("data-type")==1){
searchGoUser(searchData,3,'false') searchGoUser(searchData,3,false)
searchGoVideo(searchData,12) searchGoVideo(searchData,12)
$(".images-box").hide() $(".images-box").hide()
if(noVideo==true&&noUser==true){ if(noVideo==true&&noUser==true){
......
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