优化 element 中的属性命名
This commit is contained in:
parent
9cb84e2a96
commit
880cc36195
@ -473,7 +473,7 @@ layui.define('jquery', function(exports){
|
|||||||
: percent;
|
: percent;
|
||||||
});
|
});
|
||||||
|
|
||||||
if(othis.attr('lay-showPercent')){
|
if(othis.attr('lay-showpercent')){
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
elemBar.html('<span class="'+ ELEM +'-text">'+ percent +'</span>');
|
elemBar.html('<span class="'+ ELEM +'-text">'+ percent +'</span>');
|
||||||
},350);
|
},350);
|
||||||
|
Loading…
Reference in New Issue
Block a user