MrShi
6 天以前 2c3b495c8b7c673b4918ab61d510830fba4a78e2
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}