|
@@ -80,7 +80,7 @@
|
|
|
<a href="${ctx}/new/user/agency/form?id=${userBeansHistory.clubId}&source=1">升级会员机构</a>
|
|
|
</c:if>
|
|
|
<c:if test="${userBeansHistory.beansType eq 3 || userBeansHistory.beansType eq 4}">
|
|
|
- 完善资料
|
|
|
+ <a href="${ctx}/new/user/agency/form?id=${userBeansHistory.clubId}&source=1">完善资料</a>
|
|
|
</c:if>
|
|
|
<c:if test="${userBeansHistory.beansType eq 5}">
|
|
|
<a href="${ctx}/hehe/new/order/detail?id=${userBeansHistory.orderId}">下单</a>
|
|
@@ -99,7 +99,7 @@
|
|
|
<a href="${ctx}/bulkpurchase/cmRefundsProduct/toRecturnRecord?id=${userBeansHistory.returnedId}&orderID=${userBeansHistory.orderId}">抵用退回</a>
|
|
|
</c:if>
|
|
|
<c:if test="${empty userBeansHistory.returnedId}">
|
|
|
- <a href="${ctx}/hehe/new/order/detail?id=${userBeansHistory.returnedId}">确认收货</a>
|
|
|
+ <a href="${ctx}/hehe/new/order/detail?id=${userBeansHistory.orderId}">抵用退回</a>
|
|
|
</c:if>
|
|
|
</c:if>
|
|
|
<c:if test="${userBeansHistory.beansType eq 10}">
|