shish 1 anno fa
parent
commit
8f761a587a
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      app-hd/controllers/GhsController.php

+ 2 - 2
app-hd/controllers/GhsController.php

@@ -179,8 +179,8 @@ class GhsController extends BaseController
         if (isset($respond['list']) && !empty($respond['list'])) {
             foreach ($respond['list'] as $key => $ghs) {
                 if (getenv('YII_ENV') == 'production') {
-                    //海翔先不显示广告
-                    $noAdShopId = [42345];
+                    //海翔、源花汇先不显示广告
+                    $noAdShopId = [42345,10536];
                 } else {
                     $noAdShopId = [0];
                 }