feat(CouponCell): prefer to use value over denominations & modify tips (#5438)
This commit is contained in:
@@ -42,7 +42,7 @@ export default {
|
||||
},
|
||||
vanCouponCell: {
|
||||
title: 'Coupon',
|
||||
tips: 'Select coupon',
|
||||
tips: 'No coupons',
|
||||
count: (count: number) => `You have ${count} coupons`
|
||||
},
|
||||
vanCouponList: {
|
||||
|
||||
Reference in New Issue
Block a user