jiangping
2024-12-10 5b0e703e6ef2b6f3589cc56757f6efaf19c7a7c7
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}