正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -61,6 +61,7 @@ class Client extends Base | @@ -61,6 +61,7 @@ class Client extends Base | ||
61 | $activity['lng'] = $store['lng']; | 61 | $activity['lng'] = $store['lng']; |
62 | $activity['image'] = !empty($activity['poster'])?request()->domain().$activity['image']:''; | 62 | $activity['image'] = !empty($activity['poster'])?request()->domain().$activity['image']:''; |
63 | $activity['poster'] = !empty($activity['poster'])?request()->domain().$activity['poster']:''; | 63 | $activity['poster'] = !empty($activity['poster'])?request()->domain().$activity['poster']:''; |
64 | + $activity['share_image'] = !empty($activity['share_image'])?request()->domain().$activity['share_image']:''; | ||
64 | } | 65 | } |
65 | $this->success('活动获取成功', $activity); | 66 | $this->success('活动获取成功', $activity); |
66 | } | 67 | } |
-
请 注册 或 登录 后发表评论