wangchuanjin 9 년 전
부모
커밋
0f2b41f05d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>');