fix:修复【C端】【订单】购买商品应该先判断商品是否有未完成的订单,再判断其他领取限制

This commit is contained in:
Apple 2022-10-27 14:57:26 +08:00
parent 6ee889a3cc
commit 0b72be4ca6
1 changed files with 1 additions and 1 deletions

View File

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