MrShi
2024-11-01 356f2f4c518734b87b8d816fbae0d3949c835cb6
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}