mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-20 22:36:34 +08:00
Change:服务端控制显示业界动态
This commit is contained in:
@ -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}');
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user