|
@@ -121,14 +121,18 @@ |
|
@@ -121,14 +121,18 @@ |
121
|
</section>
|
121
|
</section>
|
122
|
|
122
|
|
123
|
<ul class="pay-mode">
|
123
|
<ul class="pay-mode">
|
124
|
- <li class="cod">
|
|
|
125
|
- <span class="iconfont"></span>
|
|
|
126
|
- 货到付款
|
|
|
127
|
- </li>
|
|
|
128
|
- <li class="pay-online">
|
|
|
129
|
- <span class="iconfont"></span>
|
|
|
130
|
- 在线支付
|
124
|
+ {{# paymentWay}}
|
|
|
125
|
+ <li class="{{#if default}}default{{/if}}" data-pay-id={{id}}>
|
|
|
126
|
+ <span class="iconfont">
|
|
|
127
|
+ {{#if default}}
|
|
|
128
|
+ 
|
|
|
129
|
+ {{else}}
|
|
|
130
|
+ 
|
|
|
131
|
+ {{/if}}
|
|
|
132
|
+ </span>
|
|
|
133
|
+ {{name}}
|
131
|
</li>
|
134
|
</li>
|
|
|
135
|
+ {{/ paymentWay}}
|
132
|
</ul>
|
136
|
</ul>
|
133
|
{{/ orderEnsure}}
|
137
|
{{/ orderEnsure}}
|
134
|
</div>
|
138
|
</div>
|