no message

This commit is contained in:
hellcat 2025-04-19 20:34:28 +08:00
parent c0f23e8f86
commit a96b442cd6

View File

@ -29,7 +29,7 @@ final class Visitor
$sTotal = "\n\n总数:".$row['total'];
$str = $sPre.$sTotal.$sMsg.$sPre;
$str = $sPre.$sTotal.$sPre.$sMsg.$sPre;
return $str;
}