jiangping
2025-03-05 427036b9d4e76f1c38320f292cd36b5a5aa8e87d
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}