Files
frontend-app/uni_modules/uview-plus/components/u-rate/rate.js
T
2026-07-23 14:31:06 +08:00

27 lines
568 B
JavaScript

/*
* @Author : LQ
* @Description :
* @version : 3.0
* @Date : 2021-08-20 16:44:21
* @LastAuthor : jry
* @lastTime : 2025-12-18 22:43:09
* @FilePath : /uview-plus/libs/config/props/rate.js
*/
export default {
// rate组件
rate: {
value: 1,
count: 5,
disabled: false,
size: 18,
inactiveColor: '',
activeColor: '',
gutter: 4,
minCount: 1,
allowHalf: false,
activeIcon: 'star-fill',
inactiveIcon: 'star',
touchable: true
}
}