购买优化

This commit is contained in:
wanyongkang
2020-10-13 10:12:51 +08:00
parent 0bc6915fd7
commit d55674a860
3 changed files with 9 additions and 12 deletions

View File

@@ -459,7 +459,7 @@
this.MoreBuyModel.CouponAmount = totalAmount * item.CouponValue * 0.1;
} else {
alert('非天卡无效');
this.OneBuyModel.CouponId = '0';
this.MoreBuyModel.CouponId = '0';
}
}
return;