This commit is contained in:
guozhigq
2024-04-27 22:11:56 +08:00
parent c2b5d152ac
commit c80c156b8f
3 changed files with 1 additions and 3 deletions

View File

@ -109,7 +109,6 @@ class Utils {
toInt: false,
formatType: formatType);
}
print('distance: $distance');
if (distance <= 60) {
return '刚刚';
} else if (distance <= 3600) {