schangxiang@126.com
2025-05-21 ec3cfd144de6fcf5e5cbfaf02585c17805300602
1
2
3
4
5
6
7
8
export default {
    props: {
        bgColor: {
            type: String,
            default: uni.$u.props.statusBar.bgColor
        }
    }
}