|
|
@@ -58,7 +58,10 @@ class Index extends Frontend
|
|
|
'speed_usdt'=> isset($counts['speed_usdt'])? $counts['speed_usdt'] : 0,
|
|
|
];
|
|
|
|
|
|
+ $config = Config::getConfigByGroup('basic');
|
|
|
+ $indexVideo = isset($config['index_video'])? $config['index_video']['value'] : '';
|
|
|
$this->view->assign([
|
|
|
+ 'indexVideo'=>$indexVideo,
|
|
|
'slideshow'=>$slideshow,
|
|
|
'cats' => $cats,
|
|
|
'awards'=> $awards,
|