|
@@ -102,9 +102,9 @@
|
|
|
<c:forEach items="${page.list}" var="cmSvipHistory">
|
|
|
<tr>
|
|
|
<td>
|
|
|
- <c:if test="${cmSvipHistory.packageId eq '1'}">12个月</c:if>
|
|
|
- <c:if test="${cmSvipHistory.packageId eq '2'}">3个月</c:if>
|
|
|
- <c:if test="${cmSvipHistory.packageId eq '3'}">1个月</c:if>
|
|
|
+ <c:if test="${cmSvipHistory.packageId eq '12'}">12个月</c:if>
|
|
|
+ <c:if test="${cmSvipHistory.packageId eq '3'}">3个月</c:if>
|
|
|
+ <c:if test="${cmSvipHistory.packageId eq '1'}">1个月</c:if>
|
|
|
</td>
|
|
|
<td>
|
|
|
<c:if test="${cmSvipHistory.payWay eq '0'}">¥${cmSvipHistory.price}</c:if>
|