Coupon
Install
Usage
Basic Usage
CouponCell API
| Attribute |
Description |
Type |
Default |
| title |
Cell title |
String |
Coupon |
| chosen-coupon |
Index of chosen coupon |
Number |
-1 |
| coupons |
Coupon list |
Array |
[] |
| editable |
Cell editable |
Boolean |
true |
| border |
Whether to show innner border |
Boolean |
true |
| currency |
Currency symbol |
String |
¥ |
CouponList API
| Attribute |
Description |
Type |
Default |
| v-model |
Current exchange code |
String |
- |
| chosen-coupon |
Index of chosen coupon |
Number |
-1 |
| coupons |
Coupon list |
Array |
[] |
| disabled-coupons |
Disabled voupon list |
Array |
[] |
| exchange-button-text |
Exchange button text |
String |
Exchange |
| exchange-button-loading |
Whether to show loading in exchange button |
Boolean |
false |
| exchange-button-disabled |
Whether to disable exchange button |
Boolean |
false |
| exchange-min-length |
Min length to enable exchange button |
Number |
1 |
| displayed-coupon-index |
Index of displayed coupon |
Number |
- |
| close-button-text |
Close button text |
String |
Close |
| input-placeholder |
Input placeholder |
String |
Coupon code |
| currency |
Currency symbol |
String |
¥ |
CouponList Event
| Event |
Description |
Arguments |
| change |
Triggered when change chosen coupon |
index: index of chosen coupon |
| exchange |
Triggered when exchange coupon |
code: exchange code |
Coupon Item Data Structure
| key |
Description |
Type |
| id |
Id |
String |
| name |
Name |
String |
| discount |
Discount |
Number |
| denominations |
Denominations |
Number |
| condition |
Condition |
String |
| startAt |
Start time (Timestmap, unit second) |
Number |
| endAt |
End time (Timestmap, unit second) |
Number |
| description |
Description |
String |
| reason |
Unavailable reason |
String |
| value |
Value |
Number |