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

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

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