Преглед изворни кода

Merge branch 'master' of git.huaml.com:zhh/huahuibao

shizhongqi пре 3 месеци
родитељ
комит
0a51d0d4e3
1 измењених фајлова са 1 додато и 1 уклоњено
  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";
         $smallShopImg = $shopImg . "?x-oss-process=image/resize,m_fill,h_180,w_180";
 
 
         //是否显示推荐广告
         //是否显示推荐广告
-        $showAd = 1;
+        $showAd = 0;
         //用于审核的账号不要显示广告
         //用于审核的账号不要显示广告
         if ($this->mainId == 58) {
         if ($this->mainId == 58) {
             $showAd = 0;
             $showAd = 0;