#
whycq
2023-11-21 76b33842f62bae3fabcbd5a4c34cf3303081d8e8
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}