Authored by 王水玲

订单详情cookie 保存 gulp ge

@@ -11087,11 +11087,15 @@ if (!orderInfo('addressId')) { @@ -11087,11 +11087,15 @@ if (!orderInfo('addressId')) {
11087 orderInfo('addressId', $addressWrap.data('id')); 11087 orderInfo('addressId', $addressWrap.data('id'));
11088 } 11088 }
11089 11089
11090 -$('.dispatch-mode').on('touchend', 'li', function() { 11090 +$('.delivery-id').on('touchend', 'li', function() {
11091 orderInfo('deliveryId', $(this).data('id')); 11091 orderInfo('deliveryId', $(this).data('id'));
11092 orderCompute(); 11092 orderCompute();
11093 }); 11093 });
11094 11094
  11095 +$('.payment-type').on('touchend', 'li', function() {
  11096 + orderInfo('paymentType', $('.icon-cb-radio', this).data('id'));
  11097 +});
  11098 +
11095 $('.dispatch-time').on('touchend', 'li', function() { 11099 $('.dispatch-time').on('touchend', 'li', function() {
11096 orderInfo('deliveryTimeId', $(this).data('id')); 11100 orderInfo('deliveryTimeId', $(this).data('id'));
11097 }); 11101 });
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.