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

合并分支 'Branch_liuzhen' 到 'master'

Branch liuzhen



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