Merge branch 'develop' of git@git2.tenwa.com.cn:ApzlDev/apzl_leasing.git into chenleiying2
This commit is contained in:
commit
b81e119340
@ -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) {
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user