Authored by 张丽霞

删除假数据

@@ -34,7 +34,6 @@ const processBrandCouponData = (data) => { @@ -34,7 +34,6 @@ const processBrandCouponData = (data) => {
34 } 34 }
35 35
36 distCoupons.push(coupon); 36 distCoupons.push(coupon);
37 - distCoupons.push(coupon);  
38 37
39 }); 38 });
40 39