Authored by Aiden Xu

商品详情

@@ -414,7 +414,7 @@ @@ -414,7 +414,7 @@
414 */ 414 */
415 onAddToCart: (selection)=> { 415 onAddToCart: (selection)=> {
416 $.post('/product/cart.json', { 416 $.post('/product/cart.json', {
417 - productSku: selection.sizeId, 417 + productSku: selection.size,
418 buyNumber: 1 418 buyNumber: 1
419 }).then((result)=> { 419 }).then((result)=> {
420 // TODO: 库存不足 后台暂未实现 420 // TODO: 库存不足 后台暂未实现