Browse Source

优惠券返券活动--修改背景图

master
liangyuyan 5 years ago
parent
commit
1210e96c38
  1. 4
      app/Service/CouponService.php

4
app/Service/CouponService.php

@ -45,8 +45,8 @@ class CouponService implements CouponServiceInterface
'jump_data' => [
'src' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType,
'src2' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType,
'share_bg' => env('OSS_IMG_HOST').'/static/img/coupon_bg.png',
'receive_bg' => env('OSS_IMG_HOST').'/static/img/coupon_share.png',
'share_bg' => env('OSS_IMG_HOST').'/static/img/coupon_share.png',
'receive_bg' => env('OSS_IMG_HOST').'/static/img/coupon_bg.png',
'coupons' => []
]
];

Loading…
Cancel
Save