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