wangchuanjin 9 years ago
parent
commit
0f2b41f05d
1 changed files with 1 additions and 1 deletions
  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>');