Merge branch 'hotfix/order-bug' into develop/wap
Showing
2 changed files
with
5 additions
and
2 deletions
@@ -343,4 +343,7 @@ function phoneHidden(phone) { | @@ -343,4 +343,7 @@ function phoneHidden(phone) { | ||
343 | 343 | ||
344 | $('.info-phone').html(phoneHidden($('.info-phone').html())); | 344 | $('.info-phone').html(phoneHidden($('.info-phone').html())); |
345 | 345 | ||
346 | - | 346 | +if (orderInfo('address').is_support === 'N') { |
347 | + orderInfo('deliveryId', $('.delivery-id .icon-cb-radio').data('id')); | ||
348 | + orderCompute(); | ||
349 | +} |
@@ -51,7 +51,7 @@ | @@ -51,7 +51,7 @@ | ||
51 | {{#each dispatchMode}} | 51 | {{#each dispatchMode}} |
52 | <li {{#if isSelected}}class="chosed"{{/if}} data-id="{{id}}"> | 52 | <li {{#if isSelected}}class="chosed"{{/if}} data-id="{{id}}"> |
53 | <span>{{name}}:运费¥{{cost}}</span> | 53 | <span>{{name}}:运费¥{{cost}}</span> |
54 | - <i class="right iconfont {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}"></i> | 54 | + <i class="right iconfont {{#if isSelected}}icon-cb-radio{{else}}icon-radio{{/if}}" data-id="{{id}}"></i> |
55 | </li> | 55 | </li> |
56 | {{/each}} | 56 | {{/each}} |
57 | </ul> | 57 | </ul> |
-
Please register or login to post a comment