Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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: 库存不足 后台暂未实现 |
-
Please register or login to post a comment