wangshan 6 년 전
부모
커밋
a7566b6d83
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/jfw/modules/app/src/web/templates/weixin/wxkeyset/index.html

+ 4 - 0
src/jfw/modules/app/src/web/templates/weixin/wxkeyset/index.html

@@ -268,6 +268,10 @@ function keysswith(lastkey,lastnum){
 				}else{
 					$(this).prev(".keyWordGroup").attr("class","keyWordGroup");
 				}
+				if(i==9){
+					$(this).find(".keyword").val("");
+					$(this).attr("class","keyWordGroup");
+				}
 			}
 		})
 	}