Fix:3994 【商城小程序】多规格商品入口图添加购物车,多数量长按删除,商品数量显示为空
This commit is contained in:
@@ -264,6 +264,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
ChangeCartNum(changeValue) {
|
ChangeCartNum(changeValue) {
|
||||||
|
if(changeValue === 0) return
|
||||||
// changeValue:是否 加|减
|
// changeValue:是否 加|减
|
||||||
// 获取当前变动属性
|
// 获取当前变动属性
|
||||||
const productSelect = this.getAttrItemData(this.attrValue)
|
const productSelect = this.getAttrItemData(this.attrValue)
|
||||||
|
|||||||
Reference in New Issue
Block a user