作者 张关杰

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

@@ -62,7 +62,7 @@ class ProductLogic extends BaseLogic @@ -62,7 +62,7 @@ class ProductLogic extends BaseLogic
62 $info['gallery'][$k] = $v; 62 $info['gallery'][$k] = $v;
63 } 63 }
64 } 64 }
65 - $info['icon_link'] = $this->getImageUrl($info['icon']); 65 +// $info['icon_link'] = $this->getImageUrl($info['icon']);
66 return $info; 66 return $info;
67 } 67 }
68 68