Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
gm_flutter
Project
Project
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
林生雨
gm_flutter
Commits
8fb09354
Commit
8fb09354
authored
Jul 06, 2020
by
朱翠翠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
de2b030a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
PlansCompareFeedItemView.dart
...Model/page/PlansCompareFeed/PlansCompareFeedItemView.dart
+13
-7
No files found.
lib/ClueModel/page/PlansCompareFeed/PlansCompareFeedItemView.dart
View file @
8fb09354
...
...
@@ -31,7 +31,7 @@ class _PlansCompareFeedItemViewState
}
getItem
()
{
if
(
widget
.
plan
.
planType
==
2
)
{
if
(
widget
.
plan
.
planType
==
1
)
{
return
getFirstLevelItem
();
}
else
{
return
getSecondLevelItem
();
...
...
@@ -82,12 +82,18 @@ class _PlansCompareFeedItemViewState
children:
<
Widget
>[
baseText
(
widget
.
plan
.
name
,
14
,
Color
(
0xFF282828
),
bold:
true
),
Row
(
children:
<
Widget
>[
baseText
(
"好评率 "
,
11
,
Color
(
0xFF282828
)),
baseText
(
widget
.
plan
.
positiveRate
,
14
,
Color
(
0xFFFF5963
),
bold:
true
)
]),
Text
.
rich
(
TextSpan
(
children:
[
TextSpan
(
text:
"好评率 "
,
style:
TextStyle
(
fontSize:
11
,
color:
Color
(
0xFF282828
))),
TextSpan
(
text:
widget
.
plan
.
positiveRate
,
style:
TextStyle
(
fontSize:
14
,
color:
Color
(
0xFFFF5963
),
fontWeight:
FontWeight
.
w500
))
])),
],
),
),
...
...
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