From ef5864886e0617336484ada6d8a47a333d44c548 Mon Sep 17 00:00:00 2001 From: zhouyahui Date: Mon, 27 Aug 2018 14:54:04 +0800 Subject: [PATCH] =?UTF-8?q?jvaascriprit=E6=8A=A5=E9=94=99=E8=A7=A3?= =?UTF-8?q?=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Frame/page/js/as_widget.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebContent/Frame/page/js/as_widget.js b/WebContent/Frame/page/js/as_widget.js index 742b8b628..eb5967863 100644 --- a/WebContent/Frame/page/js/as_widget.js +++ b/WebContent/Frame/page/js/as_widget.js @@ -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) { } }