热门供应

2023/4/4 vue

# 热门供应

热门供应展示组件

# 示例

示例

# 组件属性

参数 说明 类型 默认值 可选值
routeUrl 跳转链接 string --- --
routeUrlMore 更多跳转链接 string --- --
routeMoreParam 更多跳转字段名 string --- --
idKey 主键id对应的字段 string -- --
classifyNameKey 分类名称对应的字段 string -- --
shopChildrenKey 店铺数组对应的字段 string -- --
shopIdKey 店铺id对应的字段 string -- --
shopNameKey 店铺名称对应的字段 string -- --
shopImgKey 店铺图片对应的字段 string -- --
productChildrenKey 店铺内商品对应的字段 string -- --
productImgKey 商品图片 string -- --
data 数据 array -- --

# data数据结构

参数 说明 类型 默认值 可选值
idKey 动态配置的id string -- --
classifyNameKey 动态配置的分类名称 string -- --
shopChildrenKey 动态配置的店铺数组 string -- --
shopIdKey 动态配置的店铺id string -- --
shopNameKey 动态配置的店铺名称 string -- --
shopImgKey 动态配置的店铺图片 string -- --
productChildrenKey 动态配置的店铺内商品 array -- --
productImgKey 动态配置的商品图片 string -- --