#
whycq
2024-01-19 dc2accf9c90ee7aa2a3f5b3132b6c8407330604e
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}