jiangping
2025-05-21 d3b6db246a59ada62cb72c81c0a9f82b324bc692
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}