Fix(购物车):[#1366]秒杀商品不能修改规格

This commit is contained in:
lifizer
2024-04-30 15:16:21 +08:00
parent 8269a7a07c
commit 801132262f
+3
View File
@@ -397,6 +397,9 @@ export default {
})
},
changeGoodAttrHandle(good) {
if (good.seckillId) {
return
}
const id = good.productInfo.id
const unique = good.productInfo.attrInfo.unique
uni.showLoading()