优化 fixbar 对默认参数为空时的判断

pull/1257/head
贤心 2023-05-18 13:23:37 +08:00
parent 849a999d8b
commit fab113482f
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ layui.define('jquery', function(exports){
// 设置 bar 相关属性
elemBar.addClass(item.icon).attr({
'lay-type': item.type,
'style': item.style || ('background-color: '+ options.bgcolor)
'style': item.style || ('background-color: '+ options.bgcolor || '')
}).html(item.content);
// bar 点击事件