...
|
...
|
@@ -313,6 +313,11 @@ if (!orderInfo('addressId')) { |
|
|
// 配送方式 发生改变
|
|
|
$('.delivery-id').on('touchend', 'li', function() {
|
|
|
orderInfo('deliveryId', $(this).data('id'));
|
|
|
|
|
|
// 实付金额发生变化,使用有货币为0
|
|
|
orderInfo('yohoCoin', 0);
|
|
|
$('.coin').find('.checkbox').removeClass('icon-cb-radio').addClass('icon-radio');
|
|
|
|
|
|
orderCompute();
|
|
|
});
|
|
|
|
...
|
...
|
|