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
b2cccb07
Commit
b2cccb07
authored
Jul 12, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zx/gmFlutter' into 'test'
Zx/gm flutter See merge request
!43
parents
884fc418
c0fb6569
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
10 deletions
+4
-10
DiscussLowPricePopView.dart
...lueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
+4
-10
No files found.
lib/ClueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
View file @
b2cccb07
...
...
@@ -34,7 +34,6 @@ class _PopView implements ICenterPicker {
VoidCallback
dismissCallback
;
double
contentWidth
;
DiscussLowPriceModel
_model
=
new
DiscussLowPriceModel
();
@override
Widget
build
(
BuildContext
context
,
int
alp
)
{
contentWidth
=
MediaQuery
.
of
(
context
).
size
.
width
-
72
;
...
...
@@ -48,11 +47,6 @@ class _PopView implements ICenterPicker {
if
(
data
.
data
.
second
==
null
||
data
.
data
.
first
==
FAIL
)
{
return
errorItem
(
contentWidth
,
308.5
,
()
{});
}
RouterCenterImpl
()
.
findMainRouter
()
.
buriedEvent
(
"popup_view"
,
phobosData
());
return
Opacity
(
opacity:
alp
/
255.0
,
child:
Container
(
...
...
@@ -153,10 +147,9 @@ class _PopView implements ICenterPicker {
width:
contentWidth
,
alignment:
Alignment
.
center
,
margin:
EdgeInsets
.
only
(
bottom:
25
),
child:
baseText
(
"
${_model.popViewLive.data.second.title}
"
,
18
,
Color
(
0xff464646
),
bold:
true
,
textAlign:
TextAlign
.
center
,
maxLines:
2
)),
child:
baseText
(
"
${_model.popViewLive.data.second.title}
"
,
18
,
Color
(
0xff464646
),
bold:
true
,
textAlign:
TextAlign
.
center
,
maxLines:
2
)),
Container
(
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
7
),
...
...
@@ -217,5 +210,6 @@ class _PopView implements ICenterPicker {
_model
.
fetchPopviewData
(
this
.
planId
,
this
.
hospitalId
,
this
.
doctorId
,
()
{
dismissCallback
();
});
RouterCenterImpl
().
findMainRouter
().
buriedEvent
(
"popup_view"
,
phobosData
());
}
}
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