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
8e008693
Commit
8e008693
authored
Jul 13, 2020
by
朱璇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI走查
parent
02ff9b47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
8 deletions
+17
-8
discuss_loe_price_auth.png
assets/discuss_loe_price_auth.png
+0
-0
DiscussLowPricePopView.dart
...lueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
+17
-8
No files found.
assets/discuss_loe_price_auth.png
View replaced file @
02ff9b47
View file @
8e008693
8.46 KB
|
W:
|
H:
8.62 KB
|
W:
|
H:
2-up
Swipe
Onion skin
lib/ClueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart
View file @
8e008693
...
...
@@ -162,17 +162,26 @@ class _PopView implements ICenterPicker {
child:
baseText
(
_model
.
popViewLive
.
data
.
second
.
authorizePhone
,
16
,
Color
(
0xff484848
))),
Container
(
alignment:
Alignment
.
center
,
margin:
EdgeInsets
.
only
(
bottom:
14
),
width:
contentWidth
-
70
,
height:
37
,
// decoration: BoxDecoration(
// borderRadius: BorderRadius.circular(7),
// color: Color.fromARGB(alp, 58, 195, 189)
// ),
child:
Image
.
asset
(
"assets/discuss_loe_price_auth.png"
,
fit:
BoxFit
.
cover
,
),
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
7
),
color:
Color
(
0xff20BDBB
)),
child:
Text
(
"一键授权"
,
textAlign:
TextAlign
.
start
,
textScaleFactor:
1.0
,
style:
TextStyle
(
decoration:
TextDecoration
.
none
,
fontSize:
15
,
color:
Color
(
0xffffffff
),
fontStyle:
FontStyle
.
normal
,
fontWeight:
FontWeight
.
w700
,
shadows:
<
Shadow
>[
Shadow
(
color:
Color
(
0xff007872
),
offset:
Offset
(
0
,
2
))
],
)),
).
gestureDetector
(()
{
// 一键授权
_model
.
givePhoneAuth
(
...
...
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