Commit 884fc418 authored by 林生雨's avatar 林生雨

Merge branch 'zx/gmFlutter' into 'test'

埋点修改

See merge request !42
parents eee267f1 c9f21205
...@@ -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);
......
...@@ -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()
......
...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment