jiangping
2025-03-20 bd5c4808cb8786a88c2ae27168628beb73393e5c
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}