“首页”的“社区活动”的二级页面里,在活动已经结束的情况下,页面底部没有显示“该活动已结束“的灰色按钮

hmxc
小赖 4 years ago
parent 9cc78e9fd0
commit 67a64bcfcf

@ -182,7 +182,10 @@ class _ActivityDetailPageState extends State<ActivityDetailPage> {
), ),
).material(color: Colors.white), ).material(color: Colors.white),
bottomNavi: outdate bottomNavi: outdate
? SizedBox() ? BottomButton(
onPressed: null,
child: '该活动已结束'.text.make(),
)
: BottomButton( : BottomButton(
onPressed: () async { onPressed: () async {
VoidCallback cancel = BotToast.showLoading(); VoidCallback cancel = BotToast.showLoading();

Loading…
Cancel
Save