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
98afbb2a
Commit
98afbb2a
authored
Jul 04, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商议低价接口调试“
”
parent
027cbb65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
DiscussLowPricePopView.dart
...lueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
+5
-3
No files found.
lib/ClueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
View file @
98afbb2a
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: zx
* @Author: zx
* @Date: 2020-07-03 13:53:16
* @Date: 2020-07-03 13:53:16
* @Last Modified by: zx
* @Last Modified by: zx
* @Last Modified time: 2020-07-04 11:3
1:00
* @Last Modified time: 2020-07-04 11:3
5:29
*/
*/
import
'package:flutter/material.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter_common/commonModel/picker/base/BaseCenterPicker.dart'
;
import
'package:flutter_common/commonModel/picker/base/BaseCenterPicker.dart'
;
...
@@ -149,7 +149,7 @@ class _PopView implements ICenterPicker {
...
@@ -149,7 +149,7 @@ class _PopView implements ICenterPicker {
),
),
child:
GestureDetector
(
child:
GestureDetector
(
onTap:
()
{
onTap:
()
{
//
FlutterBoost.singleton.closeByContext(context);
//
TODO 一键授权
},
},
child:
Container
(
child:
Container
(
margin:
EdgeInsets
.
only
(
bottom:
14
),
margin:
EdgeInsets
.
only
(
bottom:
14
),
...
@@ -168,7 +168,9 @@ class _PopView implements ICenterPicker {
...
@@ -168,7 +168,9 @@ class _PopView implements ICenterPicker {
}
}
@override
@override
void
dispose
()
{}
void
dispose
()
{
_model
.
dispose
();
}
@override
@override
void
initState
(
VoidCallback
dismissCall
,
BuildContext
context
)
{
void
initState
(
VoidCallback
dismissCall
,
BuildContext
context
)
{
...
...
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