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