|
@@ -14,7 +14,7 @@ |
|
@@ -14,7 +14,7 @@ |
14
|
{{^}}
|
14
|
{{^}}
|
15
|
<div class="address block address-wrap not-address">
|
15
|
<div class="address block address-wrap not-address">
|
16
|
<i class="iconfont"></i>
|
16
|
<i class="iconfont"></i>
|
17
|
- <a class="choose" href="/cart/index/selectAddress">请选择收获地址<span class="iconfont"></span></a>
|
17
|
+ <a class="choose" href="/cart/index/selectAddress">请选择收货地址<span class="iconfont"></span></a>
|
18
|
</div>
|
18
|
</div>
|
19
|
{{/if}}
|
19
|
{{/if}}
|
20
|
<section class="dispatch block">
|
20
|
<section class="dispatch block">
|
|
@@ -27,10 +27,12 @@ |
|
@@ -27,10 +27,12 @@ |
27
|
</h3>
|
27
|
</h3>
|
28
|
<ul>
|
28
|
<ul>
|
29
|
{{#each paymentWay}}
|
29
|
{{#each paymentWay}}
|
30
|
- <li {{#if isSelected}}class="chosed"{{/if}}>
|
30
|
+ {{#if isSupport}}
|
|
|
31
|
+ <li {{#if recommend}}class="chosed"{{/if}}>
|
31
|
<span>{{name}}</span>
|
32
|
<span>{{name}}</span>
|
32
|
<i class="right iconfont {{#if recommend}}icon-cb-radio{{else}}icon-radio{{/if}}" data-id="{{paymentType}}"></i>
|
33
|
<i class="right iconfont {{#if recommend}}icon-cb-radio{{else}}icon-radio{{/if}}" data-id="{{paymentType}}"></i>
|
33
|
</li>
|
34
|
</li>
|
|
|
35
|
+ {{/if}}
|
34
|
{{/each}}
|
36
|
{{/each}}
|
35
|
</ul>
|
37
|
</ul>
|
36
|
</div>
|
38
|
</div>
|