liuying
2025-01-09 bac215941211d57cda4da838d281503b8aadb0dd
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}