mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-20 14:26:23 +08:00
markdown
This commit is contained in:
@ -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(() {
|
||||
|
Reference in New Issue
Block a user