...
|
...
|
@@ -174,9 +174,10 @@ |
|
|
<div class="balance clearfix">
|
|
|
{{# shopping_cart_data}}
|
|
|
<div class="balance-info left">
|
|
|
<p>
|
|
|
<p class="receiver-wrap">
|
|
|
{{#with ../delivery_address}}
|
|
|
收货信息:<em id="receiver">{{consignee}} {{mobile}} {{area}} {{address}}</em>
|
|
|
<i>收货信息:</i>
|
|
|
<em id="receiver">{{consignee}} {{mobile}} {{area}} {{address}}</em>
|
|
|
{{/with}}
|
|
|
<span class="right">{{selected_goods_count}}件商品</span>
|
|
|
</p>
|
...
|
...
|
|