wzp
2022-02-10 0eaa843bd8f281c389a537818550ee3c486b6d0e
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}