Authored by 匡佳华

修改店铺券默认展示范围

... ... @@ -358,6 +358,8 @@ $(document).on("change", "#filter-couponType", function () {
if (couponTypeVal == 1 || couponTypeVal == 8){
couponBean.showScope = "";
} else if(couponTypeVal == 6){
couponBean.showScope = "1,2,3"
} else {
couponBean.showScope = "2";
}
... ...