Ver a proveniência

添加错误打印

tags/0.0.1
Weller há 4 anos
ascendente
cometimento
a27d164742
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      lib/util/net_util.dart

+ 1
- 0
lib/util/net_util.dart Ver ficheiro

@@ -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() ?? '未知错误');
}


Carregando…
Cancelar
Guardar