From a01e968867f9a7d5324f9be707982ca6ac7274bf Mon Sep 17 00:00:00 2001 From: zhangmeng <494089941@qq.com> Date: Fri, 24 Dec 2021 14:21:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=81=87=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../announce/announce_view.dart | 33 +------------------ 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/lib/pages/message_center_page/announce/announce_view.dart b/lib/pages/message_center_page/announce/announce_view.dart index a699f871..26afed1d 100644 --- a/lib/pages/message_center_page/announce/announce_view.dart +++ b/lib/pages/message_center_page/announce/announce_view.dart @@ -90,38 +90,7 @@ class _AnnounceViewState extends State { scrollController: _autoScrollController, onRefresh: () async { _modelLists.clear(); - monthListDepart([ - AnnounceListModel( - date: '2020-10-11 12:00:00', - id: 1, - content: 'aaaaaa', - title: '11111'), - AnnounceListModel( - date: '2020-10-11 12:00:00', - id: 2, - content: 'bbbbbbb', - title: '222222'), - AnnounceListModel( - date: '2020-11-11 12:00:00', - id: 3, - content: 'cccccccc', - title: '33333'), - AnnounceListModel( - date: '2020-11-11 12:00:00', - id: 4, - content: 'ddddddd', - title: '44444'), - AnnounceListModel( - date: '2020-12-11 12:00:00', - id: 5, - content: 'eeeeeee', - title: '555555'), - AnnounceListModel( - date: '2020-11-11 12:00:00', - id: 5, - content: 'eeeeeee', - title: '555555'), - ]); + // monthListDepart(); if (_modelLists.isNotEmpty) { _headMonth = _modelLists[0].month; }