shish il y a 5 mois
Parent
commit
617079debd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app-ghs/controllers/MainController.php

+ 1 - 1
app-ghs/controllers/MainController.php

@@ -240,7 +240,7 @@ class MainController extends BaseController
         $smallShopImg = $shopImg . "?x-oss-process=image/resize,m_fill,h_180,w_180";
 
         //是否显示推荐广告
-        $showAd = 0;
+        $showAd = 1;
         if ($this->mainId == 58) {
             $showAd = 0;
         }