|
|
@@ -34,6 +34,7 @@ class IndexController extends webApp
|
|
|
'app_version' => ConfigService::make()->getConfigByCode('app_version'),
|
|
|
'bonus_desc' => format_content(ConfigService::make()->getConfigByCode('bonus_desc', '')),
|
|
|
'auth_desc' => format_content(ConfigService::make()->getConfigByCode('auth_desc', '')),
|
|
|
+ 'bank_desc' => format_content(ConfigService::make()->getConfigByCode('bank_desc', '')),
|
|
|
'withdraw_desc' => format_content(ConfigService::make()->getConfigByCode('withdraw_desc', '')),
|
|
|
'wxpay_open' => ConfigService::make()->getConfigByCode('wxpay_open', 0),
|
|
|
'bank_limit_num' => ConfigService::make()->getConfigByCode('bank_limit_num', 5),
|