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
74cceac4
Commit
74cceac4
authored
Jul 09, 2020
by
杜欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二级方案
parent
e3d6dfc3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
LevelOnePage.dart
lib/ClueModel/page/levelOne/LevelOnePage.dart
+2
-2
LevelTwoPage.dart
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
+13
-0
No files found.
lib/ClueModel/page/levelOne/LevelOnePage.dart
View file @
74cceac4
...
...
@@ -488,7 +488,7 @@ class LevelOneState extends BaseState<LevelOnePage>
RouterCenterImpl
().
findMainRouter
().
jumpPage
(
context
,
"level_two_plan_compare"
,
{
"planType"
:
2
,
"planId"
:
widget
.
planId
},
{
"planType"
:
1
,
"planId"
:
widget
.
planId
},
false
);
},
child:
Container
(
...
...
@@ -551,7 +551,7 @@ class LevelOneState extends BaseState<LevelOnePage>
return
;
}
Map
<
String
,
dynamic
>
map
=
{
"page_name"
:
"level_
two
_plan_deatil"
,
"page_name"
:
"level_
one
_plan_deatil"
,
"referrer_link"
:
[],
"popup_name"
:
"interested_plan"
};
...
...
lib/ClueModel/page/levelTwo/LevelTwoPage.dart
View file @
74cceac4
...
...
@@ -12,6 +12,7 @@ import 'package:extended_nested_scroll_view/extended_nested_scroll_view.dart'
import
'package:flutter/cupertino.dart'
;
import
'package:flutter/material.dart'
;
import
'package:flutter_common/commonModel/picker/base/BaseBottomPicker.dart'
;
import
'package:gm_flutter/ClueModel/page/DiscussLowPrice/DiscussLowPricePopView.dart'
;
import
'package:gm_flutter/ClueModel/page/common/StickyTabBarDelegate.dart'
;
import
'package:gm_flutter/ClueModel/page/levelOne/LevelOneList.dart'
;
import
'package:gm_flutter/ClueModel/page/levelOne/LevelOneModel.dart'
;
...
...
@@ -510,6 +511,16 @@ class LevelTwoState extends BaseState<LevelTwoPage>
GestureDetector
(
behavior:
HitTestBehavior
.
opaque
,
onTap:
()
{
if
(
CacheManager
.
getInstance
()
.
get
(
MEMORY_CACHE
)
.
get
(
USER_ID
)
==
null
&&
RouterCenterImpl
().
findMainRouter
().
isWithNative
())
{
RouterCenterImpl
()
.
findMainRouter
()
.
jumpPage
(
context
,
"show_login"
,
null
,
true
);
return
;
}
Map
<
String
,
dynamic
>
map
=
{
"page_name"
:
"level_two_plan_deatil"
,
"referrer_link"
:
[],
...
...
@@ -518,6 +529,8 @@ class LevelTwoState extends BaseState<LevelTwoPage>
RouterCenterImpl
()
.
findMainRouter
()
.
buriedEvent
(
"popup_view"
,
map
);
DiscussLowPricePopView
.
showPopView
(
context
,
widget
.
PAGE_NAME
,
"
${widget.planId}
"
,
""
,
""
);
},
child:
Container
(
margin:
EdgeInsets
.
only
(
left:
15
),
...
...
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