优化 element 中的属性命名

pull/1210/head
贤心 2 years ago
parent 9cb84e2a96
commit 880cc36195

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

Loading…
Cancel
Save