热门推荐
吴少文 2023/6/8 vue
# 热门推荐
热门推荐展示组件
# 示例

# 组件属性
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|---|---|---|---|---|
| title | 标题 | string | -- | -- |
| titleMore | 更多文字 | string | -- | -- |
| productUrl | 商品跳转链接 | string | --- | -- |
| moreUrl | 更多跳转链接 | string | --- | -- |
| data | 数据 | array | -- | -- |
# data数据结构
| 参数 | 说明 | 类型 | 默认值 | 可选值 |
|---|---|---|---|---|
| idKey | 动态配置的id | string | -- | -- |
| productImgKey | 动态配置的商品图片 | string | -- | -- |
| productNameKey | 动态配置的商品名称 | string | -- | -- |
| productDetailKey | 动态配置的商品详情 | string | -- | -- |
| productPriceKey | 动态配置的商品价格 | string | -- | -- |