rk
15 小时以前 cc4c386f1883667651321bb0fc7b57c71b6d0dc4
1
2
3
4
5
6
7
8
9
export default {
    props: {
        // 用于滚动到指定item
        anchor: {
            type: [String, Number],
            default: uni.$u.props.listItem.anchor
        }
    }
}