#
whycq
2024-02-28 233fdc1cc07df94e54036fa421addf1e17cdff83
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}