From 0b72be4ca65278e5ade2af11778d66b2e46fed41 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Thu, 27 Oct 2022 14:57:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E3=80=90C=E7=AB=AF?= =?UTF-8?q?=E3=80=91=E3=80=90=E8=AE=A2=E5=8D=95=E3=80=91=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E5=95=86=E5=93=81=E5=BA=94=E8=AF=A5=E5=85=88=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E5=95=86=E5=93=81=E6=98=AF=E5=90=A6=E6=9C=89=E6=9C=AA=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=9A=84=E8=AE=A2=E5=8D=95=EF=BC=8C=E5=86=8D=E5=88=A4?= =?UTF-8?q?=E6=96=AD=E5=85=B6=E4=BB=96=E9=A2=86=E5=8F=96=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coupon/couponCollection.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coupon/couponCollection.html b/coupon/couponCollection.html index 995ff46..b0006ab 100644 --- a/coupon/couponCollection.html +++ b/coupon/couponCollection.html @@ -508,7 +508,7 @@ }, /* 动态置灰 */ dynamicAsh (item) { - return (item.stock && (item.stock < 0 || item.available != 1) && item.available != 2) ? 'changegray' : '' + return (item.stock && (item.stock < 0 || item.available != 1) && item.available != 2&& item.available != 22) ? 'changegray' : '' }, //选择商品点击兑换