Commit e5f6d4e4 authored by xuehao's avatar xuehao

list_page,配置路由

parent 5728f0a5
...@@ -55,7 +55,7 @@ class _ListPageState extends State<List_Page> { ...@@ -55,7 +55,7 @@ class _ListPageState extends State<List_Page> {
), ),
onTap: () { onTap: () {
var data = datas[position]; var data = datas[position];
Fluttertoast.showToast(msg: "我点击了" + data.name); Fluttertoast.showToast(msg: "我点击了${data.name}");
}, },
)); ));
} }
......
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