wangchuanjin %!s(int64=9) %!d(string=hai) anos
pai
achega
0f2b41f05d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      core/src/web/staticres/wxswordfish/main.js

+ 1 - 1
core/src/web/staticres/wxswordfish/main.js

@@ -474,7 +474,7 @@ $(function(){
 		}
 		if(!searchnameIsExsit){
 			$("#"+type+"-content li:first .com-last").remove();
-			$("#"+type+"-content li:first").html('<div class="com-last">'+keys.join(";")+'</div>');
+			$("#"+type+"-content li:first").append('<div class="com-last">'+keys.join(";")+'</div>');
 			commonAjaxReq($("#tender-keyword"),type);
 		}else{
 			$("#"+type+"-content li:first").append('<div class="com-last">'+keys.join(";")+'</div>');