mirror of
https://gitee.com/layui/layui.git
synced 2025-08-23 22:11:38 +08:00
修正 对象逗号结束符,避免 IE 报错
This commit is contained in:
parent
2d17898b50
commit
da33f7db1d
@ -64,7 +64,7 @@ layui.define(['jquery', 'lay'],function(exports){
|
||||
readonly: false, //是否只读
|
||||
half: false, //是否可以半星
|
||||
value: 0, //星星选中个数
|
||||
theme: '',
|
||||
theme: ''
|
||||
};
|
||||
|
||||
//评分渲染
|
||||
|
Loading…
Reference in New Issue
Block a user