落日与鲸
2025-02-28 573193bb8ba686b06b5132cd233f953cc06d310d
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}