绿满眶商城微信小程序-uniapp
peng
2025-09-08 0b9de8d4391dfc291f73d87d702ece141c47c70e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export default {
    props: {
        // 分组标题
        title: {
            type: String,
            default: uni.$u.props.cellGroup.title
        },
        // 是否显示外边框
        border: {
            type: Boolean,
            default: uni.$u.props.cellGroup.border
        }
    }
}