Authored by 郝肖肖

Merge branch 'feature/yohoCoin' into release/5.2

@@ -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
@@ -617,7 +617,7 @@ @@ -617,7 +617,7 @@
617 617
618 .yoho-coin-help-dialog { 618 .yoho-coin-help-dialog {
619 position: fixed; 619 position: fixed;
620 - width: 450px; 620 + width: 540px;
621 height: 510px; 621 height: 510px;
622 background-color: #fff; 622 background-color: #fff;
623 z-index: 2; 623 z-index: 2;