Authored by 郝肖肖

Merge branch 'feature/yohoCoin' into release/5.2

... ... @@ -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();
});
... ...
... ... @@ -617,7 +617,7 @@
.yoho-coin-help-dialog {
position: fixed;
width: 450px;
width: 540px;
height: 510px;
background-color: #fff;
z-index: 2;
... ...