zhijiezhao 3 years ago
parent
commit
d2f00d2072
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/main/webapp/WEB-INF/views/modules/coupon/MoneyCouponForm.jsp

+ 0 - 4
src/main/webapp/WEB-INF/views/modules/coupon/MoneyCouponForm.jsp

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