Skip to content

Commit 4bf3457

Browse files
author
ZhuGuojun
committed
splash 的网络禁止的处理
1 parent becb63b commit 4bf3457

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/view/main_view/splash.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class _SplashState extends State<Splash> {
101101
// Invoke api.
102102
var data = await NetConfig.get(context,NetConfig.getNewestVersion,timeOut: 5,);
103103

104-
print(data);
105104
if(data!=null&&(data==408||data==600)){
106105
refreshOpacity = 1;
107106
setState(() {});

0 commit comments

Comments
 (0)