Commit 303ba590 by unknown

add the vipmemberdiscount to orderpay

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