优化 element 中的属性命名
This commit is contained in:
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…
Reference in New Issue
Block a user