# 详情页优惠券领取
本文档构建于2020年08月015日,组件放在goose包中
# 功能
商品详情页的优惠券领取栏
# 如何引入
请先使用cnpm config set registry=http://111.230.199.61:6888/
cnpm isntall @xiaoe/goose
import couponList from '@xiaoe/goose'
import '@xiaoe/goose/static/index.css';
1
2
3
4
2
3
4
# 使用示例
<coupon-list :showCoupons="showCoupons" :coupon_lists="usefulCoupons"/>
1
# 参数
参数 | 说明 | 类型 | 默认值 | 可选值 |
---|---|---|---|---|
showCoupons | 是否从直播引入 | Boolean Number | false | - |
coupon_lists | 优惠券列表数据 | Array | [] | - |
reportData | 埋点上报事件 | String | - | - |
← H5通用顶部导航栏 单张优惠券的通用部分 →