Showing
1 changed file
with
1 additions
and
1 deletions
@@ -359,7 +359,7 @@ $(document).on("change", "#filter-couponType", function () { | @@ -359,7 +359,7 @@ $(document).on("change", "#filter-couponType", function () { | ||
359 | if (couponTypeVal == 1 || couponTypeVal == 8){ | 359 | if (couponTypeVal == 1 || couponTypeVal == 8){ |
360 | couponBean.showScope = ""; | 360 | couponBean.showScope = ""; |
361 | } else if(couponTypeVal == 6){ | 361 | } else if(couponTypeVal == 6){ |
362 | - couponBean.showScope = "1,2,3" | 362 | + couponBean.showScope = "1,2,3"; |
363 | } else { | 363 | } else { |
364 | couponBean.showScope = "2"; | 364 | couponBean.showScope = "2"; |
365 | } | 365 | } |
-
Please register or login to post a comment