|
@@ -52,6 +52,7 @@
|
|
|
<form:option value="11" label="退款回收"/>
|
|
|
<form:option value="12" label="登录奖励"/>
|
|
|
<form:option value="13" label="查看商品资料"/>
|
|
|
+ <form:option value="14" label="购买超级会员"/>
|
|
|
</form:select>
|
|
|
<input id="btnSubmit" class="btn btn-primary" type="submit" value="查询"/>
|
|
|
<div class="clearfix"></div>
|
|
@@ -116,6 +117,9 @@
|
|
|
<c:if test="${userBeansHistory.beansType eq 13}">
|
|
|
查看商品资料
|
|
|
</c:if>
|
|
|
+ <c:if test="${userBeansHistory.beansType eq 14}">
|
|
|
+ 购买超级会员
|
|
|
+ </c:if>
|
|
|
</td>
|
|
|
</tr>
|
|
|
</c:forEach>
|