作者 刘朕
1 个管道 的构建 通过 耗费 1 秒

合并分支 'Branch_liuzhen' 到 'master'

Branch liuzhen



查看合并请求 !236
@@ -173,7 +173,7 @@ class Goods extends Api @@ -173,7 +173,7 @@ class Goods extends Api
173 $spec = $this->spec_model->findOrFail($spec_where,false,'*','goods_price'); 173 $spec = $this->spec_model->findOrFail($spec_where,false,'*','goods_price');
174 $v['goods_price'] = $spec['goods_price']; 174 $v['goods_price'] = $spec['goods_price'];
175 $v['line_price'] = $spec['line_price']; 175 $v['line_price'] = $spec['line_price'];
176 - $v['image'] = explode(',',$v['images'])[0]; 176 + $v['image'] = cdnurl(explode(',',$v['images'])[0],true);
177 } 177 }
178 // 搜索记录 178 // 搜索记录
179 if(!empty($param['keyword'])) { 179 if(!empty($param['keyword'])) {