rc1
This commit is contained in:
@@ -104,13 +104,13 @@ layui.use(['rate'], function(){
|
||||
,half: true
|
||||
,theme: '#FF5722'
|
||||
})
|
||||
|
||||
|
||||
//只读
|
||||
rate.render({
|
||||
elem: '#test4'
|
||||
,length: 8
|
||||
,value: 4.8
|
||||
,reader: true
|
||||
,theme: '#01AAED'
|
||||
,value: 3.5
|
||||
,half: true
|
||||
,readonly: true
|
||||
})
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user