Showing
1 changed file
with
1 additions
and
2 deletions
@@ -239,8 +239,7 @@ if (!orderInfo('addressId')) { | @@ -239,8 +239,7 @@ if (!orderInfo('addressId')) { | ||
239 | } | 239 | } |
240 | 240 | ||
241 | $('.delivery-id').on('touchend', 'li', function() { | 241 | $('.delivery-id').on('touchend', 'li', function() { |
242 | - console.log($(this) .data('id')); | ||
243 | - orderInfo('paymentTypeId', $(this).data('id')); | 242 | + orderInfo('deliveryId', $(this).data('id')); |
244 | orderCompute(); | 243 | orderCompute(); |
245 | }); | 244 | }); |
246 | 245 |
-
Please register or login to post a comment