Commit 303ba590 by unknown

add the vipmemberdiscount to orderpay

parent 52077c0f
......@@ -58,7 +58,9 @@
<#if orderBean.insuranceAmount??>
&nbsp;|&nbsp;保险-¥${orderBean.insuranceAmount!0}
</#if>
<#if orderBean.discountAfterOrderAmount??>
&nbsp;|&nbsp;vip优惠¥${orderBean.discountAfterOrderAmount!0}
</#if>
</td>
<td>打球人数</td><td>${orderBean.quantity!}</td>
</tr>
......
......@@ -62,6 +62,9 @@
<#if orderBean.insuranceAmount??>
&nbsp;|&nbsp;保险-¥${orderBean.insuranceAmount!0}
</#if>
<#if orderBean.discountAfterOrderAmount??>
&nbsp;|&nbsp;vip优惠¥${orderBean.discountAfterOrderAmount!0}
</#if>
</td>
<td>打球人数</td><td>${orderBean.quantity}</td>
</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