jiaosong
2023-10-17 e9bad94b2537987fe4d12b554b4c6153c0d4005a
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}