rk
7 天以前 f8ad853042ef31067711ff29a9b36e7ffababa21
1
2
3
4
5
6
7
8
export default {
    props: {
        percentage: {
            type: [String, Number],
            default: uni.$u.props.circleProgress.percentage
        }
    }
}