去除print

This commit is contained in:
Developer
2026-03-30 03:04:36 +08:00
parent 99464d8fe6
commit 71e853587c
3 changed files with 47 additions and 81 deletions

View File

@@ -367,8 +367,6 @@ class _PopularPageState extends State<PopularPage>
}
}
} catch (e) {
print('请求异常: $e');
print('异常类型: ${e.runtimeType}');
if (mounted) {
setState(() {
_errorMessage = '网络请求失败,请检查网络连接';