|
@@ -587,7 +587,8 @@
|
|
|
},
|
|
|
// 添加到购物车
|
|
|
addPart(event,item,type){
|
|
|
- this.$refs.cartAnimation.touchOnGoods(event,this.busPos);
|
|
|
+ console.log(event)
|
|
|
+ // this.$refs.cartAnimation.touchOnGoods(event,this.busPos);
|
|
|
if(type == 'vin'){
|
|
|
this.updateListData(item.productSn,'vinPartList',1,true)
|
|
|
}else{
|
|
@@ -635,7 +636,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);
|
|
|
}
|
|
|
},
|
|
|
// 修改适配配件上数量
|
|
@@ -940,7 +941,7 @@
|
|
|
height: 50px;
|
|
|
align-items: center;
|
|
|
.submitBtn{
|
|
|
- width: 140rpx;
|
|
|
+ width: 180rpx;
|
|
|
border-radius: 100rpx;
|
|
|
height: 36px;
|
|
|
}
|