(1)jsp页面console.log注释

(2)ssl表单域排序调整
This commit is contained in:
wangxin
2018-09-27 10:57:01 +08:00
parent 3dc6ced233
commit c36f8bf13f
4 changed files with 9 additions and 8 deletions

View File

@@ -72,8 +72,8 @@
var flag = true;
//代表所有业务都隐藏了,提示必须增加一种业务数据
if(!$(".httpReqCfg").hasClass("hidden")){
console.log($(".httpReqCfg").find(".boxSolid").length);
console.log($(".httpReqCfg").find(".boxSolid.hidden").length);
//console.log($(".httpReqCfg").find(".boxSolid").length);
//console.log($(".httpReqCfg").find(".boxSolid.hidden").length);
if($(".httpReqCfg").find(".boxSolid").length==$(".httpReqCfg").find(".boxSolid.hidden").length){
top.$.jBox.tip("<spring:message code='one_more'/>", "<spring:message code='info'/>");
return;