schangxiang@126.com
2024-06-12 980688a34936fb549b36b99566f7e4e23233f186
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}