MrShi
2024-11-23 9a44b3148e47b7820b9eb81164fcc9830261d9af
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}