shish hace 4 meses
padre
commit
f6ba0b7c65
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = 1;
+        $showAd = 0;
         //用于审核的账号不要显示广告
         if ($this->mainId == 58) {
             $showAd = 0;