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>');