[new feature] CouponList: add empty-image prop (#3941)

This commit is contained in:
neverland
2019-07-23 20:20:57 +08:00
committed by GitHub
parent e81e5bd708
commit 012fd851c1
5 changed files with 51 additions and 2 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ export default {
| close-button-text | 列表底部按钮文字 | `string` | `不使用优惠` | - |
| input-placeholder | 输入框文字提示 | `string` | `请输入优惠码` | - |
| show-exchange-bar | 是否展示兑换栏 | `boolean` | `true` | - |
| currency | 货币符号 | `string` | `¥` | - | 1.5.0 |
| currency | 货币符号 | `string` | `¥` | 1.5.0 |
| empty-image | 列表为空时的占位图 | `string` | `https://img.yzcdn.cn/vant/coupon-empty.png` | 2.1.0 |
### CouponList Events