|
@@ -68,11 +68,11 @@ class indexControl extends specialControl
|
|
if($client_tpe == session_helper::device_mini || $client_tpe == session_helper::device_wap) {
|
|
if($client_tpe == session_helper::device_mini || $client_tpe == session_helper::device_wap) {
|
|
$tabs = [];
|
|
$tabs = [];
|
|
$tabs[] = ['special_id' => 1045,'name' => '推荐'];
|
|
$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 {
|
|
else {
|
|
$tabs = index_tab::instance()->tabs();
|
|
$tabs = index_tab::instance()->tabs();
|