mirror of
https://github.com/youzan/vant.git
synced 2025-12-25 02:02:01 +08:00
fix(Coupon): incorrect destruction
This commit is contained in:
@@ -40,7 +40,7 @@ export default createComponent({
|
||||
},
|
||||
|
||||
faceAmount() {
|
||||
const { coupon } = this.coupon;
|
||||
const { coupon } = this;
|
||||
|
||||
if (coupon.valueDesc) {
|
||||
return `${coupon.valueDesc}<span>${coupon.unitDesc || ''}</span>`;
|
||||
|
||||
Reference in New Issue
Block a user