优化 element 中的属性命名

This commit is contained in:
贤心 2023-03-07 23:01:57 +08:00
parent 9cb84e2a96
commit 880cc36195

View File

@ -473,7 +473,7 @@ layui.define('jquery', function(exports){
: percent;
});
if(othis.attr('lay-showPercent')){
if(othis.attr('lay-showpercent')){
setTimeout(function(){
elemBar.html('<span class="'+ ELEM +'-text">'+ percent +'</span>');
},350);