Commit 657a203f by York

1.0.7版本:

1、修正了一些错误及提示性语言。
2、更换首页 banner 背景图,增加广告位 banner。
3、首页增加考核、测试练习答题功能。
4、登录页面增加记住密码功能。
parent c7a2c67d
...@@ -457,22 +457,24 @@ class _HomePageState extends State<HomePage> ...@@ -457,22 +457,24 @@ class _HomePageState extends State<HomePage>
///日管控整改、周排查整改、月调度整改布局 ///日管控整改、周排查整改、月调度整改布局
buildSliverRiskDayWeekMonth(), buildSliverRiskDayWeekMonth(),
if (!isRolesName1(StorageUtil.getInstance().getRoleNames())!) ...[ if (!isRolesName1(StorageUtil.getInstance().getRoleNames())!) ...[
///统计 ///统计
buildSliverStatistics(context) buildSliverStatistics(context)
] else ...[ ] else ...[
if (Platform.isIOS) ...[
if (isOpen == '1') ...[
buildSliverToBoxAdapter( buildSliverToBoxAdapter(
'assets/examine/exam_title_icon.png', '考核练习'), 'assets/examine/exam_title_icon.png', '考核练习'),
buildSliverGridExamination(), buildSliverGridExamination(),
] // if (Platform.isIOS) ...[
] else ...[ // if (isOpen == '1') ...[
buildSliverToBoxAdapter( // buildSliverToBoxAdapter(
'assets/examine/exam_title_icon.png', '考核练习'), // 'assets/examine/exam_title_icon.png', '考核练习'),
buildSliverGridExamination(), // buildSliverGridExamination(),
] // ]
// ] else ...[
// buildSliverToBoxAdapter(
// 'assets/examine/exam_title_icon.png', '考核练习'),
// buildSliverGridExamination(),
// ]
] ]
] ]
], ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment