石广澎
2024-08-28 75a0cc368608bfe8cd2102a3d24f7c4995030953
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}