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