This commit is contained in:
sentsin
2018-05-08 15:51:37 +08:00
parent c9f80d74fc
commit 2a7344864b
13 changed files with 180 additions and 178 deletions

View File

@@ -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>