Browse Source

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

wangshan 5 years ago
parent
commit
517caf8afa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/jfw/modules/app/src/web/staticres/jyapp/js/searchindex.js

+ 2 - 1
src/jfw/modules/app/src/web/staticres/jyapp/js/searchindex.js

@@ -1,5 +1,5 @@
 $(function () {
-	var vConsole = new VConsole();
+	// var vConsole = new VConsole();
 	window.nowTop = function () {
 		// console.log($("#searchIndex").offset(), $("#searchIndex").scrollTop())
 		var nT = $("#home_main").scrollTop()
@@ -2285,6 +2285,7 @@ var SuperSearch = {
 				}
 			}
 		}else{
+			$(".home_data .data_list").html('');
 			$(".no_data").show();
 		}
 	}