|
@@ -570,7 +570,7 @@ const checkout = () => {
|
|
}
|
|
}
|
|
// 添加优惠券点击处理方法
|
|
// 添加优惠券点击处理方法
|
|
const handleCouponClick = (coupon: any) => {
|
|
const handleCouponClick = (coupon: any) => {
|
|
- if (orderData.sumPriceSum < coupon.consumeScore / 100) {
|
|
|
|
|
|
+ if (orderData.sumPriceSum <= coupon.consumeScore / 100) {
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if (params.couponId === coupon.ticketRecordId) {
|
|
if (params.couponId === coupon.ticketRecordId) {
|