#
whycq
2024-03-14 bea756a0a0f92931fc98ce5560a2377b0959bb1a
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}