Authored by 匡佳华

update

@@ -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 }