正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
@@ -99,8 +99,12 @@ class Goods extends Api | @@ -99,8 +99,12 @@ class Goods extends Api | ||
99 | $res['file'] = [ | 99 | $res['file'] = [ |
100 | $this->auth->absolutionUrlOne($res['file']) | 100 | $this->auth->absolutionUrlOne($res['file']) |
101 | ]; | 101 | ]; |
102 | + $res['file_cover'] = [ | ||
103 | + $this->auth->absolutionUrlOneFrame($res['file'],1) | ||
104 | + ]; | ||
102 | }else{ | 105 | }else{ |
103 | $res['file'] = []; | 106 | $res['file'] = []; |
107 | + $res['file_cover'] = []; | ||
104 | } | 108 | } |
105 | //所属品牌分类 | 109 | //所属品牌分类 |
106 | if($res['type'] == 1){ | 110 | if($res['type'] == 1){ |
-
请 注册 或 登录 后发表评论