mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Coupon): incorrect destruction
This commit is contained in:
parent
f88bdb55da
commit
c401b8d7af
@ -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>`;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user