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