shish 2 лет назад
Родитель
Сommit
fdd517e1ec
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      app-ghs/controllers/ItemController.php

+ 4 - 1
app-ghs/controllers/ItemController.php

@@ -298,11 +298,14 @@ class ItemController extends BaseController
         $itemCoverBase64 = stringUtil::ossBase64($itemCover);
         $itemCoverBase64 = stringUtil::ossBase64($itemCover);
 
 
         $logoBase64 = '';
         $logoBase64 = '';
-        if (in_array($this->mainId, [52, 1459])) {
+        if (in_array($this->mainId, [52, 1459,13625])) {
             $logo = 'poster/hyxh_ncd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
             $logo = 'poster/hyxh_ncd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
             if ($this->mainId == 1459) {
             if ($this->mainId == 1459) {
                 $logo = 'poster/hyxh_gcd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
                 $logo = 'poster/hyxh_gcd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
             }
             }
+            if ($this->mainId == 13625) {
+                $logo = 'poster/hyxh_hzd_logo.png?x-oss-process=image/resize,m_fill,h_90,w_90';
+            }
             $logoBase64 = stringUtil::ossBase64($logo);
             $logoBase64 = stringUtil::ossBase64($logo);
         }
         }