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
9a451ecc
Commit
9a451ecc
authored
Jul 07, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
授权接口
parent
399107bc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
DiscussLowPricePopView.dart
...lueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
+5
-2
No files found.
lib/ClueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
View file @
9a451ecc
...
@@ -165,7 +165,8 @@ class _PopView implements ICenterPicker {
...
@@ -165,7 +165,8 @@ class _PopView implements ICenterPicker {
),
),
).
gestureDetector
(()
{
).
gestureDetector
(()
{
// 一键授权
// 一键授权
_model
.
givePhoneAuth
(
111
,
()
{
_model
.
givePhoneAuth
(
_model
.
popViewLive
.
data
.
second
.
leadPhoneRequestId
,
()
{
dismissCallback
();
dismissCallback
();
});
});
}),
}),
...
@@ -184,6 +185,8 @@ class _PopView implements ICenterPicker {
...
@@ -184,6 +185,8 @@ class _PopView implements ICenterPicker {
@override
@override
void
initState
(
VoidCallback
dismissCall
,
BuildContext
context
)
{
void
initState
(
VoidCallback
dismissCall
,
BuildContext
context
)
{
this
.
dismissCallback
=
dismissCall
;
this
.
dismissCallback
=
dismissCall
;
_model
.
fetchPopviewData
(
this
.
planId
,
this
.
hospitalId
,
this
.
doctorId
);
_model
.
fetchPopviewData
(
this
.
planId
,
this
.
hospitalId
,
this
.
doctorId
,
()
{
dismissCallback
();
});
}
}
}
}
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