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);