diff --git a/src/coupon-cell/index.tsx b/src/coupon-cell/index.tsx index f4d763ee7..a8d2bafcd 100644 --- a/src/coupon-cell/index.tsx +++ b/src/coupon-cell/index.tsx @@ -39,9 +39,7 @@ function CouponCell( slots: DefaultSlots, ctx: RenderContext ) { - const valueClass = props.coupons[+props.chosenCoupon] - ? 'van-coupon-cell--selected' - : ''; + const valueClass = props.coupons[+props.chosenCoupon] ? bem('selected') : ''; const value = formatValue(props); return (