Skip to content

Commit

Permalink
Change:服务端控制显示业界动态
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan730 committed Aug 22, 2019
1 parent a2ea943 commit 8fdc6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class _MyAppState extends State<MyApp> {
_reqsMainPageIsOpen().then((res){
//{status: 200, data: {isOpen: true}, success: true}
if(res['status'] == 200 && res['success'] ==true && res['data'] is Map && res['data']['isOpen'] == true) {
Application.pageIsOpen = false;
Application.pageIsOpen = true;
print('是否需要展开【业界动态】${Application.pageIsOpen}');
}
});
Expand Down

0 comments on commit 8fdc6a1

Please sign in to comment.