loulijun2021
2023-10-18 b5b10dc5217b40efcef73643e30fb960293e27ab
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}