Ver Fonte

Merge remote-tracking branch 'origin/dev4.5' into dev4.5

wangkaiyue há 4 anos atrás
pai
commit
2cc583f514
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/web/staticres/js/wxSupersearch.js

+ 1 - 1
src/web/staticres/js/wxSupersearch.js

@@ -353,7 +353,7 @@ var SuperSearch = {
 			if(localStorage){
 				localStorage.removeItem("superSearch_history");
 			}
-			if(userId != "" && $("#supersearchPage .search-one-box ul.history-list-box").find("li").length >0){
+			if($("#supersearchPage .search-one-box ul.history-list-box").find("li").length >0){
 				$.ajax({
 					type:"post",
 					url:"/swordfish/delWxHistorySearch",