Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
special_equipment_flutter
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴春元
special_equipment_flutter
Commits
657a203f
Commit
657a203f
authored
Sep 29, 2024
by
York
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.0.7版本:
1、修正了一些错误及提示性语言。 2、更换首页 banner 背景图,增加广告位 banner。 3、首页增加考核、测试练习答题功能。 4、登录页面增加记住密码功能。
parent
c7a2c67d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
tab_home_page.dart
lib/ui/main/tab_home_page.dart
+11
-9
No files found.
lib/ui/main/tab_home_page.dart
View file @
657a203f
...
...
@@ -457,22 +457,24 @@ class _HomePageState extends State<HomePage>
///日管控整改、周排查整改、月调度整改布局
buildSliverRiskDayWeekMonth
(),
if
(!
isRolesName1
(
StorageUtil
.
getInstance
().
getRoleNames
())!)
...[
///统计
buildSliverStatistics
(
context
)
]
else
...[
if
(
Platform
.
isIOS
)
...[
if
(
isOpen
==
'1'
)
...[
buildSliverToBoxAdapter
(
'assets/examine/exam_title_icon.png'
,
'考核练习'
),
buildSliverGridExamination
(),
]
]
else
...[
buildSliverToBoxAdapter
(
'assets/examine/exam_title_icon.png'
,
'考核练习'
),
buildSliverGridExamination
(),
]
// if (Platform.isIOS) ...[
// if (isOpen == '1') ...[
// buildSliverToBoxAdapter(
// 'assets/examine/exam_title_icon.png', '考核练习'),
// buildSliverGridExamination(),
// ]
// ] else ...[
// buildSliverToBoxAdapter(
// 'assets/examine/exam_title_icon.png', '考核练习'),
// buildSliverGridExamination(),
// ]
]
]
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment