Commit 094aeb63 by allen

没有新客价的不展示新客价优惠

parent a88fce4d
Showing with 2 additions and 0 deletions
......@@ -610,10 +610,12 @@
<td>{{$currency}}<span id="order-total" class="amount">{{$order_price_info['goods_price']}}</span></td>
</tr>
@if ($order_price_info['new_client_price'] != 0)
<tr>
<td>新客价优惠:</td>
<td>{{$currency}}<span id="order-total" class="amount">{{$order_price_info['new_client_price']}}</span></td>
</tr>
@endif
@if (isset($order_price_info['ext_price']))
<tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment