@ -278,8 +278,8 @@ class _WelfarePage extends State<WelfarePage> {
text: S.of(context).haimeiyouyouhuiquankeyilingqu,
fontSize: 16.sp,
)
: AspectRatio(
aspectRatio: 1.10,
: Container(
height:coupon[0].length >= 3 ? 350.h:250.h,
child: Swiper(
onIndexChanged: (it) {
swiperIndex = it;
@ -79,6 +79,7 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin {
_refreshController.refreshCompleted();
} else {
_refreshController.refreshFailed();
SmartDialog.showToast(baseData.msg, alignment: Alignment.center);
}
EasyLoading.dismiss();
setState(() {});