k94314517
2025-03-06 cf7631b759d88a79164f9d6a4ad55727e89bd03b
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}