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
884fc418
Commit
884fc418
authored
Jul 12, 2020
by
林生雨
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zx/gmFlutter' into 'test'
埋点修改 See merge request
!42
parents
eee267f1
c9f21205
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
LevelOneItem.dart
lib/ClueModel/page/levelOne/LevelOneItem.dart
+1
-1
LevelOneList.dart
lib/ClueModel/page/levelOne/LevelOneList.dart
+1
-1
PlanItem.dart
lib/ClueModel/page/plan/PlanItem.dart
+1
-1
No files found.
lib/ClueModel/page/levelOne/LevelOneItem.dart
View file @
884fc418
...
@@ -646,7 +646,7 @@ class LevelOneItem extends StatelessWidget {
...
@@ -646,7 +646,7 @@ class LevelOneItem extends StatelessWidget {
"card_id"
:
cardId
,
"card_id"
:
cardId
,
"card_name"
:
"card"
,
"card_name"
:
"card"
,
"card_type"
:
"card"
,
"card_type"
:
"card"
,
"transaction_type"
:
""
,
"transaction_type"
:
"
-1
"
,
"card_content_type"
:
cardContentType
"card_content_type"
:
cardContentType
};
};
RouterCenterImpl
().
findMainRouter
().
buriedEvent
(
"on_click_card"
,
buriedMap
);
RouterCenterImpl
().
findMainRouter
().
buriedEvent
(
"on_click_card"
,
buriedMap
);
...
...
lib/ClueModel/page/levelOne/LevelOneList.dart
View file @
884fc418
...
@@ -252,7 +252,7 @@ class LevelOneListState extends State<LevelOneList>
...
@@ -252,7 +252,7 @@ class LevelOneListState extends State<LevelOneList>
"card_id"
:
cardId
,
"card_id"
:
cardId
,
"button_name"
:
btnName
,
"button_name"
:
btnName
,
"card_type"
:
"card"
,
"card_type"
:
"card"
,
"transaction_type"
:
""
,
"transaction_type"
:
"
-1
"
,
"card_content_type"
:
cardContentType
"card_content_type"
:
cardContentType
};
};
RouterCenterImpl
()
RouterCenterImpl
()
...
...
lib/ClueModel/page/plan/PlanItem.dart
View file @
884fc418
...
@@ -180,7 +180,7 @@ class PlanItem extends StatelessWidget {
...
@@ -180,7 +180,7 @@ class PlanItem extends StatelessWidget {
"position"
:
pos
,
"position"
:
pos
,
"card_id"
:
plans
.
id
,
"card_id"
:
plans
.
id
,
"card_type"
:
"card"
,
"card_type"
:
"card"
,
"transaction_type"
:
""
,
"transaction_type"
:
"
-1
"
,
"card_content_type"
:
"level_one_plan"
"card_content_type"
:
"level_one_plan"
};
};
RouterCenterImpl
()
RouterCenterImpl
()
...
...
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