Commit 43d1d5f1 by 冷斌

update

parent 7338ba10
...@@ -230,6 +230,9 @@ class Api_Live extends PhalApi_Api { ...@@ -230,6 +230,9 @@ class Api_Live extends PhalApi_Api {
break; break;
} }
} }
if ($i === 99) {
return '100+';
}
return $i + 1; return $i + 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment