|
|
|
@ -147,9 +147,13 @@ class _HomePageState extends State<HomePage>
|
|
|
|
|
super.build(context);
|
|
|
|
|
ScreenUtil.init(context,
|
|
|
|
|
designSize: Size(750, 1334), allowFontScaling: true);
|
|
|
|
|
return BeeScaffold(
|
|
|
|
|
title: 'TEST',
|
|
|
|
|
bgColor: BaseStyle.colorffd000,
|
|
|
|
|
return Scaffold(
|
|
|
|
|
extendBodyBehindAppBar: true,
|
|
|
|
|
appBar: AppBar(
|
|
|
|
|
title: 'TEST'.text.make(),
|
|
|
|
|
backgroundColor: Colors.transparent,
|
|
|
|
|
elevation: 0,
|
|
|
|
|
centerTitle: true,
|
|
|
|
|
leading: Container(
|
|
|
|
|
margin: EdgeInsets.only(left: 32.w),
|
|
|
|
|
child: Column(
|
|
|
|
@ -186,6 +190,7 @@ class _HomePageState extends State<HomePage>
|
|
|
|
|
),
|
|
|
|
|
16.wb,
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
body: RefreshConfiguration(
|
|
|
|
|
child: SmartRefresher(
|
|
|
|
|
controller: _refreshController,
|
|
|
|
@ -211,7 +216,7 @@ class _HomePageState extends State<HomePage>
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
SingleAdSpace(
|
|
|
|
|
imagePath: 'assets/example/guanggao2.png',
|
|
|
|
|
imagePath: R.ASSETS_EXAMPLE_GUANGGAO2_PNG,
|
|
|
|
|
),
|
|
|
|
|
HomeTagBar(
|
|
|
|
|
title: '物业收费标准请查收~',
|
|
|
|
@ -225,7 +230,9 @@ class _HomePageState extends State<HomePage>
|
|
|
|
|
tag: '活动',
|
|
|
|
|
isShowImage: false,
|
|
|
|
|
fun: () {
|
|
|
|
|
ActivitiesPage(bundle: Bundle()..putBool('isVote', false),).to;
|
|
|
|
|
ActivitiesPage(
|
|
|
|
|
bundle: Bundle()..putBool('isVote', false),
|
|
|
|
|
).to;
|
|
|
|
|
},
|
|
|
|
|
),
|
|
|
|
|
HomeCard(
|
|
|
|
|