|
@@ -121,6 +121,7 @@ class IndexController extends webApp
|
|
|
} else {
|
|
} else {
|
|
|
$data['notices'] = NoticeService::make()->getRecommandList();
|
|
$data['notices'] = NoticeService::make()->getRecommandList();
|
|
|
$data['social_open'] = ConfigService::make()->getConfigByCode('social_open', 0);
|
|
$data['social_open'] = ConfigService::make()->getConfigByCode('social_open', 0);
|
|
|
|
|
+ $data['pay_recharge_open'] = ConfigService::make()->getConfigByCode('pay_recharge_open', 0);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
return showJson(1010, true, $data);
|
|
return showJson(1010, true, $data);
|