Showing
1 changed file
with
1 additions
and
1 deletions
@@ -393,7 +393,7 @@ seckillObj = { | @@ -393,7 +393,7 @@ seckillObj = { | ||
393 | } | 393 | } |
394 | 394 | ||
395 | onsuccess = function() { | 395 | onsuccess = function() { |
396 | - $.post('/product/seckill/remind?app_version=1', { | 396 | + $.post('/product/seckill/remind', { |
397 | on_off: on_off, | 397 | on_off: on_off, |
398 | activity_id: $product.data('activity'), | 398 | activity_id: $product.data('activity'), |
399 | product_skn: $product.data('skn'), | 399 | product_skn: $product.data('skn'), |
-
Please register or login to post a comment