From 37f849d7aeeafb9626c7ed73fb8725545fa18cdb Mon Sep 17 00:00:00 2001 From: zhangbb Date: Tue, 7 Aug 2018 18:33:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9ie=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E4=B8=9A=E5=8A=A1=E7=94=B3=E8=AF=B7=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/Frame/page/js/as_widget.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WebContent/Frame/page/js/as_widget.js b/WebContent/Frame/page/js/as_widget.js index 69b871f8f..4e324d84c 100644 --- a/WebContent/Frame/page/js/as_widget.js +++ b/WebContent/Frame/page/js/as_widget.js @@ -178,8 +178,8 @@ var AsButton = { try{ fun(); }finally{ - var b = this + ""; - if(b != "undefined") { + var b = btn[0].clientHeight; + if(b > 0) { btn.removeClass('unable'); } }