diff --git a/app/Service/CouponService.php b/app/Service/CouponService.php index 915dc6e..f43af83 100644 --- a/app/Service/CouponService.php +++ b/app/Service/CouponService.php @@ -36,9 +36,11 @@ class CouponService implements CouponServiceInterface 'active_type' => 1, 'not_receive' => [], 'jump_data' => [ - 'src' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType, + 'src' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType, 'src2' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType, - 'coupons' => [] + 'share_bg' => "https://img.lanzulive.com/attachment/images/background/dangmian_dialog_background.png", + 'receive_bg' => "https://img.lanzulive.com/attachment/images/background/dangmian_dialog_background.png", + 'coupons' => [] ] ]; $nowTime = time();