From 880cc3619555c7cab7f68123d1a65238f4a86970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Tue, 7 Mar 2023 23:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20element=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E5=B1=9E=E6=80=A7=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/element.js b/src/modules/element.js index e4c7a53e..e88c6449 100644 --- a/src/modules/element.js +++ b/src/modules/element.js @@ -473,7 +473,7 @@ layui.define('jquery', function(exports){ : percent; }); - if(othis.attr('lay-showPercent')){ + if(othis.attr('lay-showpercent')){ setTimeout(function(){ elemBar.html(''+ percent +''); },350);