confirm取消遮罩层存在问题

This commit is contained in:
weizhiqiang 2019-10-14 17:54:11 +08:00
parent a7d74fa76d
commit a3f67052be

View file

@ -123,7 +123,7 @@ var layer = {
content: content,
btn: ready.btn,
yes: yes,
btn2: cancel
btn2: cancel ? cancel: function(){$("body").find(".mask-req-str").remove();}
}, type ? {} : options));
},