细节优化

This commit is contained in:
Devil
2021-04-07 14:17:35 +08:00
parent f26d24cf11
commit 98aa293e95
40 changed files with 1612 additions and 806 deletions

View File

@ -152,7 +152,7 @@ class NavigationService
]);
// 缓存
cache(config('shopxo.cache_common_home_nav_'.$nav_type.'_key'), $data);
cache(config('shopxo.cache_common_home_nav_'.$nav_type.'_key'), $data, 60);
return $data;
}
@ -845,7 +845,7 @@ class NavigationService
'is_system' => 1,
],
[
'name' => '我的收藏',
'name' => '商品收藏',
'url' => MyUrl('index/usergoodsfavor/index'),
'contains' => ['indexusergoodsfavorindex'],
'is_show' => 1,