Commit cc274fad authored by 朱璇's avatar 朱璇

页面跳转修改

parent aaa5519f
......@@ -458,11 +458,9 @@ class LevelOneState extends BaseState<LevelOnePage>
textScaleFactor: 1.0,
softWrap: true,
maxLines: 1,
overflow: TextOverflow.ellipsis,
textAlign: TextAlign.start,
style: TextStyle(
decoration: TextDecoration.none,
fontSize: 13,
color: Color(0xff999999),
......@@ -521,7 +519,7 @@ class LevelOneState extends BaseState<LevelOnePage>
};
RouterCenterImpl()
.findMainRouter()
.jumpPage(context, "level_two_plan_compare", map, false);
.jumpPage(context, "level_one_plan_compare", map, false);
},
child: Container(
margin: EdgeInsets.only(left: 21),
......
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