石广澎
2024-05-08 b920b4a7e70ffdeb7308131cb3d6a10dff9e3451
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}