lilei 4 months ago
parent
commit
c92f8e7960
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pagesA/digitalShelf/choosePart.vue

+ 2 - 2
pagesA/digitalShelf/choosePart.vue

@@ -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);
 				}
 			},
 			// 修改适配配件上数量