소스 검색

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

lilei 9 달 전
부모
커밋
9aad33ee50
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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(){