MrShi
2024-11-19 0c6aa6e556a8771897b9251a296a7a0c15c57c46
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}