去除print
This commit is contained in:
@@ -367,8 +367,6 @@ class _PopularPageState extends State<PopularPage>
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
print('请求异常: $e');
|
||||
print('异常类型: ${e.runtimeType}');
|
||||
if (mounted) {
|
||||
setState(() {
|
||||
_errorMessage = '网络请求失败,请检查网络连接';
|
||||
|
||||
Reference in New Issue
Block a user