MrShi
2025-11-06 7096cb874048a0031e3209449c9f3013ef5f3d79
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}