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
15986f8f
Commit
15986f8f
authored
Jul 11, 2020
by
朱翠翠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI走查
parent
89fc2a16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
PlansCompareFeedItemView.dart
...Model/page/PlansCompareFeed/PlansCompareFeedItemView.dart
+2
-2
PlanOverViewBean.dart
lib/ClueModel/server/entity/PlanOverViewBean.dart
+2
-2
No files found.
lib/ClueModel/page/PlansCompareFeed/PlansCompareFeedItemView.dart
View file @
15986f8f
...
@@ -162,7 +162,7 @@ class _PlansCompareFeedItemViewState
...
@@ -162,7 +162,7 @@ class _PlansCompareFeedItemViewState
baseText
(
'¥
${widget.plan.minPrice}
-
${widget.plan.maxPrice}
'
,
baseText
(
'¥
${widget.plan.minPrice}
-
${widget.plan.maxPrice}
'
,
13
,
Color
(
0xFFFF5963
)),
13
,
Color
(
0xFFFF5963
)),
baseText
(
"指导价:¥
${widget.plan.guidePrice}
"
,
11
,
baseText
(
"指导价:¥
${widget.plan.guidePrice}
"
,
11
,
Color
(
0xFF
282828
)),
Color
(
0xFF
666666
)),
],
],
),
),
],
],
...
@@ -178,7 +178,7 @@ class _PlansCompareFeedItemViewState
...
@@ -178,7 +178,7 @@ class _PlansCompareFeedItemViewState
_icon
=
_unchecked
;
_icon
=
_unchecked
;
}
else
{
}
else
{
if
(
widget
.
_setCompare
.
length
==
2
)
{
if
(
widget
.
_setCompare
.
length
==
2
)
{
NativeToast
.
showNativeToast
(
"
不许再选了两个够了!
"
);
NativeToast
.
showNativeToast
(
"
请选择最多2个项目进行对比
"
);
return
;
return
;
}
}
_icon
=
_checked
;
_icon
=
_checked
;
...
...
lib/ClueModel/server/entity/PlanOverViewBean.dart
View file @
15986f8f
...
@@ -5,8 +5,8 @@
...
@@ -5,8 +5,8 @@
class
PlanOverViewBean
{
class
PlanOverViewBean
{
int
error
;
int
error
;
String
message
;
String
message
;
Map
extra
;
Null
extra
;
Map
errorExtra
;
Null
errorExtra
;
UserType
userType
;
UserType
userType
;
PlanOverData
data
;
PlanOverData
data
;
...
...
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