jiaosong
2023-11-09 68c299b6eec83a05e398ec85614b584cb5d7b690
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}