🐛 修复商品选择多个数量,下单只有 1 个问题
							parent
							
								
									22139d9a2d
								
							
						
					
					
						commit
						20e6d0c4b9
					
				|  | @ -160,8 +160,8 @@ | |||
|     sheep.$router.go('/pages/order/confirm', { | ||||
|       data: JSON.stringify({ | ||||
|         items: [{ | ||||
|           skuId: state.selectedSku.id, | ||||
|           count: 1 | ||||
|           skuId: e.id, | ||||
|           count: e.goods_num | ||||
|         }], | ||||
|         // TODO 芋艿:后续清理掉这 2 参数 | ||||
|         deliveryType: 1, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 YunaiV
						YunaiV