...
|
...
|
@@ -239,8 +239,7 @@ if (!orderInfo('addressId')) { |
|
|
}
|
|
|
|
|
|
$('.delivery-id').on('touchend', 'li', function() {
|
|
|
console.log($(this) .data('id'));
|
|
|
orderInfo('paymentTypeId', $(this).data('id'));
|
|
|
orderInfo('deliveryId', $(this).data('id'));
|
|
|
orderCompute();
|
|
|
});
|
|
|
|
...
|
...
|
|