no message

This commit is contained in:
kuaifan
2021-06-21 22:41:14 +08:00
parent 77a905c109
commit 0a8addc128
5 changed files with 24 additions and 24 deletions

View File

@@ -304,9 +304,9 @@ class Base
* 去除html
* @param $text
* @param int $length
* @return mixed|string
* @return string
*/
public static function getHtml($text, $length = 255)
public static function getHtml($text, $length = 250)
{
return Base::cutStr(strip_tags($text), $length, 0, "...");
}