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