修改业务申请javascript对象释放问题

This commit is contained in:
zhulianghua 2018-08-17 13:56:45 +08:00
parent eb73e6b022
commit e222d9527c

View File

@ -178,9 +178,9 @@ var AsButton = {
try{
fun();
}finally{
var b = btn[0].clientHeight;
if(b > 0) {
try{
btn.removeClass('unable');
} catch(e) {
}
}
}