Browse Source

优惠券返券活动--修改获取优惠券分享背景图片时的图片域名

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

4
app/Service/CouponService.php

@ -38,8 +38,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' => "https://img.lanzulive.com/attachment/images/background/dangmian_dialog_background.png",
'receive_bg' => "https://img.lanzulive.com/attachment/images/background/dangmian_dialog_background.png",
'share_bg' => env('OSS_IMG_HOST')."/attachment/images/background/dangmian_dialog_background.png",
'receive_bg' => env('OSS_IMG_HOST')."/attachment/images/background/dangmian_dialog_background.png",
'coupons' => []
]
];

Loading…
Cancel
Save