石广澎
2025-01-02 d5e8ecb3b4e9a2d139a2605f1f9f002237d8c849
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}