feat(CouponList): add list-footer、disabled-list-footer slot (#8801)

This commit is contained in:
neverland
2021-06-03 14:08:05 +08:00
committed by GitHub
parent 21e763b42a
commit dc2e40c4cc
5 changed files with 144 additions and 11 deletions
+7
View File
@@ -129,6 +129,13 @@ export default {
| change | 优惠券切换回调 | index, 选中优惠券的索引 |
| exchange | 兑换优惠券回调 | code, 兑换码 |
### CouponList Slots
| 名称 | 说明 |
| ------------------------------ | -------------------- |
| list-footer `v3.0.18` | 优惠券列表底部 |
| disabled-list-footer `v3.0.18` | 不可用优惠券列表底部 |
### Coupon 数据结构
| 键名 | 说明 | 类型 |