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' : ''
},
//选择商品点击兑换