MrShi
2025-07-04 f9b407089bd236e8eb56f93f564795deda0a1764
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}