|
@@ -108,7 +108,7 @@
|
|
<c:if test="${cmSvipHistory.packageId eq '12'}">12个月</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 '3'}">3个月</c:if>
|
|
<c:if test="${cmSvipHistory.packageId eq '1'}">1个月</c:if>
|
|
<c:if test="${cmSvipHistory.packageId eq '1'}">1个月</c:if>
|
|
- <c:if test="${cmSvipHistory.packageId eq '0'}">系统赠送</c:if>
|
|
|
|
|
|
+ <c:if test="${cmSvipHistory.packageId eq '0'}">${cmSvipHistory.giveMonth}个月</c:if>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<c:if test="${cmSvipHistory.payWay eq '0'}">¥${cmSvipHistory.price}</c:if>
|
|
<c:if test="${cmSvipHistory.payWay eq '0'}">¥${cmSvipHistory.price}</c:if>
|
|
@@ -116,7 +116,7 @@
|
|
<c:if test="${cmSvipHistory.payWay eq '2'}">¥${cmSvipHistory.price}</c:if>
|
|
<c:if test="${cmSvipHistory.payWay eq '2'}">¥${cmSvipHistory.price}</c:if>
|
|
<c:if test="${cmSvipHistory.payWay eq '3'}">¥${cmSvipHistory.price}</c:if>
|
|
<c:if test="${cmSvipHistory.payWay eq '3'}">¥${cmSvipHistory.price}</c:if>
|
|
<c:if test="${cmSvipHistory.payWay eq '4'}"><fmt:formatNumber value="${cmSvipHistory.userBeans}" pattern="#" type="number"/>采美豆</c:if>
|
|
<c:if test="${cmSvipHistory.payWay eq '4'}"><fmt:formatNumber value="${cmSvipHistory.userBeans}" pattern="#" type="number"/>采美豆</c:if>
|
|
- <c:if test="${cmSvipHistory.payWay eq '5'}">系统赠送</c:if>
|
|
|
|
|
|
+ <c:if test="${cmSvipHistory.payWay eq '5'}">-</c:if>
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<c:if test="${cmSvipHistory.payWay eq '0'}">未知</c:if>
|
|
<c:if test="${cmSvipHistory.payWay eq '0'}">未知</c:if>
|