mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 23:55:08 +00:00
[improvement] fix coupon demo typo (#465)
This commit is contained in:
@@ -36,14 +36,14 @@ const emptyCoupon = {
|
||||
const disabledCoupon = {
|
||||
...coupon,
|
||||
id: 4,
|
||||
avaliable: 0,
|
||||
available: 0,
|
||||
reason: '未满足使用门槛'
|
||||
};
|
||||
|
||||
const disabledDiscountCoupon = {
|
||||
...discountCoupon,
|
||||
id: 5,
|
||||
avaliable: 0,
|
||||
available: 0,
|
||||
reason: '未满足使用门槛'
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user