fix(Coupon): incorrect destruction

This commit is contained in:
chenjiahan 2020-03-02 19:25:39 +08:00
parent f88bdb55da
commit c401b8d7af

View File

@ -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>`;