Browse Source

优惠券返券活动--修改图片为正式oos的路径

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

4
app/Service/CouponService.php

@ -45,8 +45,8 @@ class CouponService implements CouponServiceInterface
'jump_data' => [ '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, 'src2' => "/zh_cjdianc/pages/couponrebate/index?activity_type=".$activityType,
'share_bg' => env('OSS_IMG_HOST').'/attachment/images/png/2020/08/11/d697d43b91913f861f931649f0898815.png',
'receive_bg' => env('OSS_IMG_HOST')."/attachment/images/png/2020/08/11/9c7d7c95b5de29539fad4bc9a2fcb98d.png",
'share_bg' => env('OSS_IMG_HOST').'/static/img/coupon_bg.png',
'receive_bg' => env('OSS_IMG_HOST').'/static/img/coupon_share.png',
'coupons' => [] 'coupons' => []
] ]
]; ];

Loading…
Cancel
Save