Commit 10c52cea authored by 朱璇's avatar 朱璇

数据格式修改

parent 19516d43
...@@ -247,7 +247,8 @@ class PlanCompareDetailPageState extends BaseState<PlanCompareDetailPage> { ...@@ -247,7 +247,8 @@ class PlanCompareDetailPageState extends BaseState<PlanCompareDetailPage> {
child: Row(children: <Widget>[ child: Row(children: <Widget>[
Expanded( Expanded(
flex: 1, child: planPopularityLeftItem(groups.plans[0], groups)), flex: 1, child: planPopularityLeftItem(groups.plans[0], groups)),
Expanded(flex: 1, child: planPopularityRightItem(groups.plans[1])) Expanded(
flex: 1, child: planPopularityRightItem(groups.plans[1], groups))
])); ]));
} }
......
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