Mr.Zhang
2023-08-22 0ee08b62ea3d6193810eb0bc776ce44fafab86da
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}