石广澎
2024-08-08 7e081cadeda2d7b5d3cc3f6055b4ee2799d19c00
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}