作者 郭盛
1 个管道 的构建 通过 耗费 2 秒

修改活动详情

... ... @@ -134,7 +134,7 @@ class Active extends Api
->where('id',$id)
->field('createtime,updatetime',true)
->find();
$data['image'] = explode(',',$data['image']);
$data['image'] = explode(',',$data['thumbnail']);
foreach ($data['image'] as &$val){
$val = 'http://q2ugvq3qf.bkt.clouddn.com'.$val;
}
... ...
... ... @@ -12292,7 +12292,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2020-01-02 10:59:29 </div>
Generated on 2020-01-02 11:30:21 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...