作者 root

修改添加方式 包修改

... ... @@ -487,6 +487,9 @@ if (!function_exists('get_score')) {
function get_score($type)
{
$number=config('site');
if(empty($number[$type])){
return 0;
}
return $number[$type];
}
... ...