This website works better with JavaScript.
首頁
探索
說明
登入
flutter
/
zhiying_comm
關註
4
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
95
Wiki
Activity
瀏覽代碼
添加错误打印
tags/0.0.1
Weller
4 年之前
父節點
0ca0a99efd
當前提交
a27d164742
共有
1 個文件被更改
,包括
1 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/util/net_util.dart
+ 1
- 0
lib/util/net_util.dart
查看文件
@@ -189,6 +189,7 @@ class NetUtil {
onError(result[GlobalConfig.HTTP_RESPONSE_KEY_MSG] ?? '未知错误');
}
} catch (e) {
Logger.error('error: ' + e.toString());
if (onError != null) {
onError(e?.toString() ?? '未知错误');
}
Write
Preview
Loading…
取消
儲存