Commit fce2bf55 by libai

测试

parent 0c771e14
...@@ -670,7 +670,7 @@ $(function(){ ...@@ -670,7 +670,7 @@ $(function(){
tagNum=_self.attr("data-type") tagNum=_self.attr("data-type")
} }
$(".mc-list-box").hide() // $(".mc-list-box").hide()
pageNumber=1 pageNumber=1
getTopics(1,typeNum,tagNum,timeNum,sortNum,dayNum) getTopics(1,typeNum,tagNum,timeNum,sortNum,dayNum)
......
...@@ -1675,7 +1675,11 @@ $(function () { ...@@ -1675,7 +1675,11 @@ $(function () {
$(".photo-name-like").unbind("click").on("click",function(){ $(".photo-name-like").unbind("click").on("click",function(){
var _self=$(this) var _self=$(this)
if(localStorage.uid==undefined){ if(localStorage.uid==undefined){
loginLayer() layer.closeAll()
setTimeout(function() {
loginLayer()
}, 200);
} }
$.ajax({ $.ajax({
url:$ip+'room/likeOpt', url:$ip+'room/likeOpt',
......
...@@ -132,7 +132,7 @@ $(function(){ ...@@ -132,7 +132,7 @@ $(function(){
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 人')
$(".like-no-box").show() $(".like-no-box").show()
return; // return;
} }
} }
$(".search-top-box div").on("click",function(){ $(".search-top-box div").on("click",function(){
......
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