fix(Coupon): incorrect destruction
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ export default createComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
faceAmount() {
|
faceAmount() {
|
||||||
const { coupon } = this.coupon;
|
const { coupon } = this;
|
||||||
|
|
||||||
if (coupon.valueDesc) {
|
if (coupon.valueDesc) {
|
||||||
return `${coupon.valueDesc}<span>${coupon.unitDesc || ''}</span>`;
|
return `${coupon.valueDesc}<span>${coupon.unitDesc || ''}</span>`;
|
||||||
|
|||||||
Reference in New Issue
Block a user