Parcourir la source

Merge branch 'develop_shop' of http://git.chelingzhu.com/jianguan-web/repairYimatong-mini-html into develop_shopPromotion

lilei il y a 9 mois
Parent
commit
9aad33ee50
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      pagesA/digitalShelf/choosePart.vue

+ 2 - 2
pagesA/digitalShelf/choosePart.vue

@@ -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(){