Mr.Shi
2023-09-05 16cd5600efc6f94ed617cb09e1a2dd579017ddef
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}