This commit is contained in:
wangjinlei
2024-10-28 14:39:12 +08:00
parent 0421562974
commit b1446dc1e6
2 changed files with 59 additions and 4 deletions

View File

@@ -2844,8 +2844,10 @@ class Article extends Base
$h_fen = 0;
if ($user_info['google_index'] >= 20) {
$h_fen = 4;
} elseif ($user_info['google_index'] >= 6) {
}elseif ($user_info['google_index'] >= 12){
$h_fen = 3;
}elseif ($user_info['google_index'] >= 6) {
$h_fen = 2;
} elseif ($user_info['google_index'] >= 2) {
$h_fen = 1;
} else {