@@ -242,6 +242,7 @@ class BeanRepository
}
$star_home['chatroom'] = $chatrooms;
+ $star_home['is_show'] = intval(config('customer.exchange_shop_is_show'));
return $star_home;
@@ -10,4 +10,5 @@ return [
'category_hot_img' => '{category_hot_img}',
'category_my_img' => '{category_my_img}',
'battle_activity_info' => '{battle_activity_info}',
+ 'exchange_shop_is_show' => '{exchange_shop_is_show}',
];