From 1272da173d2a1dcb33a2e08ffc7b68dee92ed0f6 Mon Sep 17 00:00:00 2001 From: liangyuyan <1103300295@qq.com> Date: Mon, 10 Aug 2020 19:35:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=88=B8=E8=BF=94=E5=88=B8?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8--=E4=BC=98=E6=83=A0=E5=88=B8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=88getSystemCouponUserList=EF=BC=89=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=BF=94=E5=9B=9E=E8=83=8C=E6=99=AF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/CouponService.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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();