作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

@@ -56,6 +56,8 @@ class ProductLogic extends BaseLogic @@ -56,6 +56,8 @@ class ProductLogic extends BaseLogic
56 $info['created_uid_text'] = (new UserLogic())->getCacheInfo($info['created_uid'])['name'] ?? ''; 56 $info['created_uid_text'] = (new UserLogic())->getCacheInfo($info['created_uid'])['name'] ?? '';
57 $info['url'] = $this->getProjectDomain() . $info['route'] ; 57 $info['url'] = $this->getProjectDomain() . $info['route'] ;
58 //统一图片链接 58 //统一图片链接
  59 + var_dump($info['gallery']);
  60 + die();
59 if(!empty($info['gallery'])){ 61 if(!empty($info['gallery'])){
60 foreach ($info['gallery'] as $k => $v){ 62 foreach ($info['gallery'] as $k => $v){
61 $info['gallery'][$k]['image_link'] = $v['url']; 63 $info['gallery'][$k]['image_link'] = $v['url'];