正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -120,6 +120,7 @@ class Brand extends Api | @@ -120,6 +120,7 @@ class Brand extends Api | ||
120 | if($res){ | 120 | if($res){ |
121 | $res['image'] = $this->auth->absolutionUrlOne($res['image']); | 121 | $res['image'] = $this->auth->absolutionUrlOne($res['image']); |
122 | $res['file'] = $this->auth->absolutionUrlOne($res['file']); | 122 | $res['file'] = $this->auth->absolutionUrlOne($res['file']); |
123 | + $res['file_cover'] = $this->auth->absolutionUrlOneFrame($res['file'],1); | ||
123 | $res['image_long'] = $this->auth->absolutionUrlOne($res['image_long']); | 124 | $res['image_long'] = $this->auth->absolutionUrlOne($res['image_long']); |
124 | $res['tag'] = explode('|',$res['tag']); | 125 | $res['tag'] = explode('|',$res['tag']); |
125 | } | 126 | } |
-
请 注册 或 登录 后发表评论