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,
fontSize: 16.sp,
)
: AspectRatio(
aspectRatio: 1.10,
: Container(
height:coupon[0].length >= 3 ? 350.h:250.h,
child: Swiper(
onIndexChanged: (it) {
swiperIndex = it;

1
lib/union/union_list.dart

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

Loading…
Cancel
Save