mirror of https://github.com/layui/layui
优化 element 中的属性命名
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