|
@@ -661,9 +661,9 @@
|
|
|
}
|
|
|
}
|
|
|
// 同步更新Vin适配配件列表上的
|
|
|
- this.updateListData(sn.split('_')[1],'vinPartList',Number(v),!!v)
|
|
|
+ this.updateListData(sn.split('_')[1],'vinPartList',Number(value),!!value)
|
|
|
// 同步更新其它配件列表上的
|
|
|
- this.updateListData(sn.split('_')[1],'partList',Number(v),!!v)
|
|
|
+ this.updateListData(sn.split('_')[1],'partList',Number(value),!!value)
|
|
|
},
|
|
|
// 打开购物车
|
|
|
openCart(){
|