This commit is contained in:
star1029
2018-04-25 22:48:22 +08:00
parent 5a27ef86a6
commit fd86bdb0d4
2 changed files with 56 additions and 45 deletions

View File

@@ -66,7 +66,7 @@ layui.use(['rate'], function(){
rate.render({
elem: '#test1'
,length: 7
,value: 4
,value: 4.2
})
rate.render({
@@ -85,7 +85,7 @@ layui.use(['rate'], function(){
rate.render({
elem: '#test4'
,length: 8
,value: 5
,value: 4.7
,reader: true
})