Authored by 毕凯

支付方式可以配置

@@ -197,13 +197,10 @@ @@ -197,13 +197,10 @@
197 font-size: 32rem / $pxConvertRem; 197 font-size: 32rem / $pxConvertRem;
198 color: #fff; 198 color: #fff;
199 text-align: center; 199 text-align: center;
200 - }  
201 -  
202 - .cod {  
203 background: #000; 200 background: #000;
204 } 201 }
205 202
206 - .pay-online { 203 + .default {
207 background: #57b038; 204 background: #57b038;
208 } 205 }
209 206
@@ -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">&#xe62e;</span>  
126 - 货到付款  
127 - </li>  
128 - <li class="pay-online">  
129 - <span class="iconfont">&#xe62f;</span>  
130 - 在线支付 124 + {{# paymentWay}}
  125 + <li class="{{#if default}}default{{/if}}" data-pay-id={{id}}>
  126 + <span class="iconfont">
  127 + {{#if default}}
  128 + &#xe62f;
  129 + {{else}}
  130 + &#xe62e;
  131 + {{/if}}
  132 + </span>
  133 + {{name}}
131 </li> 134 </li>
  135 + {{/ paymentWay}}
132 </ul> 136 </ul>
133 {{/ orderEnsure}} 137 {{/ orderEnsure}}
134 </div> 138 </div>