Commit 4c4b591d authored by 朱璇's avatar 朱璇

埋点修改

parent a2cfe2d0
......@@ -647,7 +647,7 @@ class LevelOneItem extends StatelessWidget {
"card_id": cardId,
"card_name": "card",
"card_type": "card",
"transaction_type": "",
"transaction_type": "-1",
"card_content_type": cardContentType
};
RouterCenterImpl().findMainRouter().buriedEvent("on_click_card", buriedMap);
......
......@@ -243,7 +243,7 @@ class LevelOneListState extends State<LevelOneList>
"card_id": cardId,
"button_name": btnName,
"card_type": "card",
"transaction_type": "",
"transaction_type": "-1",
"card_content_type": cardContentType
};
RouterCenterImpl()
......
......@@ -107,8 +107,8 @@ class PlanItem extends StatelessWidget {
borderRadius: BorderRadius.circular(2),
color: Color(0xffF0F9F7)),
alignment: Alignment.center,
child: baseText(showOprea, 11,
Color(0xff3FB5AF),
child: baseText(
showOprea, 11, Color(0xff3FB5AF),
bold: true),
),
)
......@@ -180,7 +180,7 @@ class PlanItem extends StatelessWidget {
"position": pos,
"card_id": plans.id,
"card_type": "card",
"transaction_type": "",
"transaction_type": "-1",
"card_content_type": "level_one_plan"
};
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