|
|
@ -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();
|
|
|
|