|
@@ -587,7 +587,7 @@
|
|
|
},
|
|
|
// 添加到购物车
|
|
|
addPart(event,item,type){
|
|
|
- this.$refs.cartAnimation.touchOnGoods(event,this.busPos);
|
|
|
+ // this.$refs.cartAnimation.touchOnGoods(event,this.busPos);
|
|
|
if(type == 'vin'){
|
|
|
this.updateListData(item.productSn,'vinPartList',1,true)
|
|
|
}else{
|
|
@@ -635,7 +635,7 @@
|
|
|
this.updateListData(data.index,type,data.value,true)
|
|
|
}
|
|
|
if(data.event){
|
|
|
- this.$refs.cartAnimation.touchOnGoods(data.event,this.busPos);
|
|
|
+ // this.$refs.cartAnimation.touchOnGoods(data.event,this.busPos);
|
|
|
}
|
|
|
},
|
|
|
// 修改适配配件上数量
|