Commit fafcf820 by Huang Linyu

修复公社资源社员价格不能显示的问题

parent 40ba4c98
......@@ -51,9 +51,9 @@
<th>会员返现</th>
<th>预付款</th>
<th>vip首单立减</th>
<th>vip随机立减</th> <!--
<th>vip随机立减</th>
<th>社员价</th>
<th>社员立减</th> -->
<th>社员立减</th>
<th>社员嘉宾价</th>
<th>社员嘉宾立减</th>
<th>状态</th>
......@@ -87,8 +87,8 @@
<td>${item.prepaidPrice}</td>
<td>${item.vipFirstReduction}</td>
<td>${item.vipMinRandom} ~ ${item.vipMaxRandom}</td>
<!-- <td>${item.communePrice!}</td>
<td>${item.communeMinus!}</td>-->
<td>${item.communePrice!}</td>
<td>${item.communeMinus!}</td>
<td>${item.communeGuestPrice!}</td>
<td>${item.communeGuestMinus!}</td>
<td>${item.getStatusDisplay()}</td>
......
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