王恒
2025-08-13 bdb3123664234ec9bfe7f43be21fac7250f9479f
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}