Showing
1 changed file
with
1 additions
and
0 deletions
@@ -66,6 +66,7 @@ $buyNowBtn.on('click', function() { | @@ -66,6 +66,7 @@ $buyNowBtn.on('click', function() { | ||
66 | 66 | ||
67 | gskn.each(function() { | 67 | gskn.each(function() { |
68 | if (!$(this).data('sku')) { | 68 | if (!$(this).data('sku')) { |
69 | + gsknSelected = false; | ||
69 | tip.show('请为套餐商品选择属性'); | 70 | tip.show('请为套餐商品选择属性'); |
70 | return; | 71 | return; |
71 | } | 72 | } |
-
Please register or login to post a comment