Browse Source

Merge branch 'dev2.8' of http://192.168.3.207:10080/qmx/jy into dev2.8

xuzhiheng 6 years ago
parent
commit
c4aca58663
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/web/staticres/js/biddingSearch.js

+ 4 - 1
src/web/staticres/js/biddingSearch.js

@@ -369,7 +369,10 @@ $(function() {
 				}
 				//隐藏翻页(仅超级搜索页面、拟建项目不隐藏)
 				if(window.location.href.indexOf("supsearch/index.html")>-1){
-					$(".pagination.clearfix.w").css("display","none");			
+					//未登录情况 仍显示
+					if(loginflag){
+						$(".pagination.clearfix.w").css("display","none");
+					}			
 				}
 			}else if($(this).attr("id")=="right-list"){
 				$(this).addClass("active").siblings().removeClass("active");