董国庆
2025-03-19 5b37f36231c54f9d65b4b6260e9daa50f09d323f
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}