qingyiay
2023-03-22 8e095c1fd6164fafc7d5cfd144528a0d67afef7c
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}