This commit is contained in:
sanfan.hx
2019-06-04 19:14:10 +08:00
parent 74e9a5440c
commit a2b5034326
2 changed files with 178 additions and 13 deletions

View File

@ -48,7 +48,7 @@ class _CollectionPageState extends State<CollectionPage> {
resultList.forEach((item) {
_collectionList.add(item);
});
_collectionList.add(Collection(name:'test', router: '/standard-page/123'));
_collectionList.add(Collection(name:'test', router: '/standard-page/page1_hanxu_172ba42f_0520_401e_b568_ba7f7f6835e4'));
print("_collectionList ${_collectionList}");
if (this.mounted) {
setState(() {