MrShi
2026-04-21 65947e154f21cef4b8ae535138475e95c0aa73a2
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}