Browse Source

feat:隐藏搜索条件

wangshan 1 year ago
parent
commit
c2d26f0578
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/web/templates/pc/classifylist.html

+ 2 - 1
src/web/templates/pc/classifylist.html

@@ -808,7 +808,8 @@ $(function(){
 	var sod = localStorage.getItem("classify");
 	if(sod=="U"){
 		$("#screenBtn").addClass("down");
-		$(".searchTender").show();
+    $(".searchTender").hide();
+		// $(".searchTender").show();
 	}else if(sod=="D"){
 		$("#screenBtn").removeClass("down");
 		$(".searchTender").hide();