...
|
...
|
@@ -32,6 +32,7 @@ class ActivityNews extends Model |
|
|
|
|
|
public function getInfo($id){
|
|
|
$info=$this::find($id);
|
|
|
$info['content']=mf_replace_content_file_url(htmlspecialchars_decode($info['content']));
|
|
|
$info['create_time']=date('Y-m-d',$info['create_time']);
|
|
|
$info['thumbnail']=cmf_get_image_url($info['thumbnail']);
|
|
|
return $info;
|
...
|
...
|
|