@@ -699,10 +699,6 @@
}
function showSelect(couponId) {
- if (couponId == null){
- alertx("暂未生成兑换码");
- return false;
- }
var url = "${ctx}/coupon/cmCoupon/redemptionCode?couponId=" + couponId;
var title = '';
title = "查看兑换码";