Skip to content

Commit

Permalink
升级flutter到最新3.22.1 dart 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy1003 committed May 28, 2024
1 parent 223de6a commit 9065306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/login/login_third.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class _LoginThirdState extends State<LoginThird> {
'account': mobile.replaceAll(' ', ''),
'openId': widget.data['openId'],
'captcha': code
}, options: new Options(receiveTimeout: 8000)
}, options: new Options(receiveTimeout: Duration(milliseconds: 8000))
).then((res) {
//校验是否登录成功
//登录成功 保存token
Expand Down

0 comments on commit 9065306

Please sign in to comment.