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