From e20c7ff82e41bc621e23f18bf4a130269226cea0 Mon Sep 17 00:00:00 2001 From: PH2 <1293456824@qq.com> Date: Sat, 27 Mar 2021 18:47:43 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=AD=97=E5=8F=B7=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=202=E3=80=81=E6=88=91=E7=9A=84=E5=9B=A2=E9=98=9F?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/widgets/home/home_goods/home_goods_item.dart | 2 +- lib/widgets/home/home_goods/home_goods_item_single.dart | 2 +- lib/widgets/team/fans_list/bloc/team_list_fans_bloc.dart | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/widgets/home/home_goods/home_goods_item.dart b/lib/widgets/home/home_goods/home_goods_item.dart index ae7e44e..a44fa00 100644 --- a/lib/widgets/home/home_goods/home_goods_item.dart +++ b/lib/widgets/home/home_goods/home_goods_item.dart @@ -118,7 +118,7 @@ class HomeGoodsItem extends StatelessWidget { list.add(TextSpan( text: goods.goodTitle, style: TextStyle( - fontSize: 15, + fontSize: 14, color: HexColor.fromHex('#333333'), fontWeight: style?.listStyle?.isTitleBold=="1"? FontWeight.bold:FontWeight.w500), )); diff --git a/lib/widgets/home/home_goods/home_goods_item_single.dart b/lib/widgets/home/home_goods/home_goods_item_single.dart index 204b84d..8dc6b31 100644 --- a/lib/widgets/home/home_goods/home_goods_item_single.dart +++ b/lib/widgets/home/home_goods/home_goods_item_single.dart @@ -142,7 +142,7 @@ class HomeGoodsItemSingle extends StatelessWidget { } list.add(TextSpan( text: goods.goodTitle, - style: TextStyle(fontSize: 15, color: HexColor.fromHex('#333333'), fontWeight: style?.listStyle?.isTitleBold=="1"? FontWeight.bold:FontWeight.w500), + style: TextStyle(fontSize: 14, color: HexColor.fromHex('#333333'), fontWeight: style?.listStyle?.isTitleBold=="1"? FontWeight.bold:FontWeight.w500), )); return RichText( maxLines: 2, diff --git a/lib/widgets/team/fans_list/bloc/team_list_fans_bloc.dart b/lib/widgets/team/fans_list/bloc/team_list_fans_bloc.dart index 0457006..47ff7ba 100644 --- a/lib/widgets/team/fans_list/bloc/team_list_fans_bloc.dart +++ b/lib/widgets/team/fans_list/bloc/team_list_fans_bloc.dart @@ -15,10 +15,10 @@ class TeamListFansBloc extends Bloc { TeamListFansRepository repository; - TeamListFansBloc(this.repository) : super(null); + TeamListFansBloc(this.repository) : super(TeamListFansInitial()); - @override - TeamListFansState get initialState => TeamListFansInitial(); + // @override + // TeamListFansState get initialState => TeamListFansInitial(); @override Stream mapEventToState(