解决业务申请IE浏览器兼容问题

This commit is contained in:
zhulianghua 2018-08-04 19:40:23 +08:00
parent e4311faa30
commit 1afc31d8bc

View File

@ -178,7 +178,10 @@ var AsButton = {
try{
fun();
}finally{
btn.removeClass('unable');
var b = this + "";
if(b != "undefined") {
btn.removeClass('unable');
}
}
}
};