Commit 2a8ffeb1 by libai

测试

parent 5d0484b6
......@@ -666,8 +666,8 @@ $(function(){
$(".side-tag-ul").html(html);
$(".side-tag-ul li").unbind("click").on("click",function(){
var _self=$(this);
scrollTo('.m-box',350)
// scrollTo('.m-box',350)
if(_self.hasClass("tag-click")){
_self.removeClass('tag-click')
tagNum=''
......
......@@ -139,6 +139,7 @@ $(function(){
var _self=$(this)
$(".search-top-box div").removeClass("search-top-click")
_self.addClass("search-top-click")
$(".search-user-box").show()
if(_self.attr("data-type")==1){
searchGoUser(searchData,3,false)
searchGoVideo(searchData,12)
......@@ -154,6 +155,7 @@ $(function(){
searchGoUser(searchData,30,'true')
$(".video-box").hide()
$(".images-box").hide()
$(".search-user-box").show()
if(noUser==true){
$(".like-no-box p").text('找到'+searchData+'相關用戶 0 人')
$(".like-no-box").show()
......@@ -216,7 +218,7 @@ $(function(){
html+='</li>';
}
$(".search-user-ul").html(html)
$(".search-user-box").show()
$(".like-user-click").unbind("click").on("click",function(){
var _self=$(this)
$.ajax({
......
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