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