Browse Source

Merge branch 'dev' into wr_2023_business

wr_2023_business
wurong 1 year ago
parent
commit
9f6c5248df
  1. 4
      lib/home/welfare_page.dart
  2. 1
      lib/union/union_list.dart

4
lib/home/welfare_page.dart

@ -278,8 +278,8 @@ class _WelfarePage extends State<WelfarePage> {
text: S.of(context).haimeiyouyouhuiquankeyilingqu, text: S.of(context).haimeiyouyouhuiquankeyilingqu,
fontSize: 16.sp, fontSize: 16.sp,
) )
: AspectRatio( : Container(
aspectRatio: 1.10, height:coupon[0].length >= 3 ? 350.h:250.h,
child: Swiper( child: Swiper(
onIndexChanged: (it) { onIndexChanged: (it) {
swiperIndex = it; swiperIndex = it;

1
lib/union/union_list.dart

@ -79,6 +79,7 @@ class _UnionList extends State<UnionList> with AutomaticKeepAliveClientMixin {
_refreshController.refreshCompleted(); _refreshController.refreshCompleted();
} else { } else {
_refreshController.refreshFailed(); _refreshController.refreshFailed();
SmartDialog.showToast(baseData.msg, alignment: Alignment.center);
} }
EasyLoading.dismiss(); EasyLoading.dismiss();
setState(() {}); setState(() {});

Loading…
Cancel
Save