Authored by uedxwg

冲突解决

@@ -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