Fix(购物车):[#1366]秒杀商品不能修改规格
This commit is contained in:
@@ -397,6 +397,9 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeGoodAttrHandle(good) {
|
changeGoodAttrHandle(good) {
|
||||||
|
if (good.seckillId) {
|
||||||
|
return
|
||||||
|
}
|
||||||
const id = good.productInfo.id
|
const id = good.productInfo.id
|
||||||
const unique = good.productInfo.attrInfo.unique
|
const unique = good.productInfo.attrInfo.unique
|
||||||
uni.showLoading()
|
uni.showLoading()
|
||||||
|
|||||||
Reference in New Issue
Block a user