|
@@ -23,16 +23,16 @@
|
|
|
<body>
|
|
|
<ul class="nav nav-tabs">
|
|
|
<c:if test="${cmCouponClub.couponType eq 0}">
|
|
|
- <li><a href="${ctx}/coupon/cmCoupon/list?couponType=0">活动券</a></li>
|
|
|
+ <li><a href="${ctx}/coupon/cmCoupon/list?couponType=0&&moneyCouponFlag=2">活动券</a></li>
|
|
|
</c:if>
|
|
|
<c:if test="${cmCouponClub.couponType eq 1}">
|
|
|
- <li><a href="${ctx}/coupon/cmCoupon/list?couponType=1">品类券</a></li>
|
|
|
+ <li><a href="${ctx}/coupon/cmCoupon/list?couponType=1&&moneyCouponFlag=2">品类券</a></li>
|
|
|
</c:if>
|
|
|
<c:if test="${cmCouponClub.couponType eq 3}">
|
|
|
- <li><a href="${ctx}/coupon/cmCoupon/list?couponType=3">店铺券</a></li>
|
|
|
+ <li><a href="${ctx}/coupon/cmCoupon/list?couponType=3&&moneyCouponFlag=2">店铺券</a></li>
|
|
|
</c:if>
|
|
|
<c:if test="${cmCouponClub.couponType eq 4}">
|
|
|
- <li><a href="${ctx}/coupon/cmCoupon/list?couponType=4">新用户券</a></li>
|
|
|
+ <li><a href="${ctx}/coupon/cmCoupon/list?couponType=4&&moneyCouponFlag=2">新用户券</a></li>
|
|
|
</c:if>
|
|
|
<li class="active"><a href="${ctx}/coupon/cmCouponClub/list?couponId=${cmCouponClub.couponId}&couponType=${cmCouponClub.couponType}">领取用户列表</a></li>
|
|
|
</ul>
|