ayHaru 4 лет назад
Родитель
Сommit
932bad2ee5
2 измененных файлов с 5 добавлено и 6 удалено
  1. 0 1
      conf/php/php-debug.ini
  2. 5 5
      mobile/control/index.php

+ 0 - 1
conf/php/php-debug.ini

@@ -924,7 +924,6 @@ default_socket_timeout = 60
 ;extension=php_tidy.dll
 ;extension=php_xmlrpc.dll
 ;extension=php_xsl.dll
-
 ;;;;;;;;;;;;;;;;;;;
 ; Module Settings ;
 ;;;;;;;;;;;;;;;;;;;

+ 5 - 5
mobile/control/index.php

@@ -68,11 +68,11 @@ class indexControl extends specialControl
         if($client_tpe == session_helper::device_mini || $client_tpe == session_helper::device_wap) {
             $tabs = [];
             $tabs[] = ['special_id' => 1045,'name' => '推荐'];
-            $tabs[] = ['special_id' => 1122,'name' => '品牌'];
-            $tabs[] = ['special_id' => 1025,'name' => '护肤'];
-            $tabs[] = ['special_id' => 1035,'name' => '彩妆'];
-            $tabs[] = ['special_id' => 1036,'name' => '洗护'];
-            $tabs[] = ['special_id' => 886,'name' => '男士'];
+//            $tabs[] = ['special_id' => 1122,'name' => '品牌'];
+//            $tabs[] = ['special_id' => 1025,'name' => '护肤'];
+//            $tabs[] = ['special_id' => 1035,'name' => '彩妆'];
+//            $tabs[] = ['special_id' => 1036,'name' => '洗护'];
+//            $tabs[] = ['special_id' => 886,'name' => '男士'];
         }
         else {
             $tabs = index_tab::instance()->tabs();