|
@@ -81,6 +81,7 @@ class IndexController extends webApp
|
|
|
'config'=>[
|
|
'config'=>[
|
|
|
'short_name' => ConfigService::make()->getConfigByCode('short_name'),
|
|
'short_name' => ConfigService::make()->getConfigByCode('short_name'),
|
|
|
'index_logo' => get_image_url(ConfigService::make()->getConfigByCode('index_logo')),
|
|
'index_logo' => get_image_url(ConfigService::make()->getConfigByCode('index_logo')),
|
|
|
|
|
+ 'shop_tips' => get_image_url(ConfigService::make()->getConfigByCode('shop_tips')),
|
|
|
]
|
|
]
|
|
|
];
|
|
];
|
|
|
|
|
|