Merge branch 'develop' of git@git2.tenwa.com.cn:ApzlDev/apzl_leasing.git into chenleiying2

This commit is contained in:
amarsoft 2018-08-27 15:28:38 +08:00
commit b81e119340

View File

@ -179,7 +179,8 @@ var AsButton = {
fun();
}finally{
try{
btn.removeClass('unable');
var jbtn = btn; //利用函数指针规避因对象被释放导致的对象处理报错问题 by zhulh 2018/08/27
jbtn.removeClass('unable');
} catch(e) {
}
}