diff --git a/lib/home/points_mall_view/points_goods_view.dart b/lib/home/points_mall_view/points_goods_view.dart index 60be2792..6b8ea86f 100644 --- a/lib/home/points_mall_view/points_goods_view.dart +++ b/lib/home/points_mall_view/points_goods_view.dart @@ -67,7 +67,7 @@ class _PointGoods extends State { mainAxisSpacing: 16.w, //子Widget宽高比例 0.59 childAspectRatio: - 200 / (266 / 2 + (266 / 2) * AppUtils.textScale(context)), + 200 / (285 / 2 + (285 / 2) * AppUtils.textScale(context)), ), itemBuilder: (context, index) { return GestureDetector( diff --git a/lib/home/welfare_exchange.dart b/lib/home/welfare_exchange.dart index bc2a3c62..1bf22a04 100644 --- a/lib/home/welfare_exchange.dart +++ b/lib/home/welfare_exchange.dart @@ -467,7 +467,7 @@ class _WelfareExchange extends State { mainAxisSpacing: 16.w, //子Widget宽高比例 0.59 childAspectRatio: - 200 / (266 / 2 + (266 / 2) * AppUtils.textScale(context)), + 200 / (285 / 2 + (285 / 2) * AppUtils.textScale(context)), ), itemBuilder: (context, index) { return GestureDetector( diff --git a/lib/home/welfare_page.dart b/lib/home/welfare_page.dart index 46d038e6..60584644 100644 --- a/lib/home/welfare_page.dart +++ b/lib/home/welfare_page.dart @@ -783,7 +783,7 @@ class _WelfarePage extends State { mainAxisSpacing: 16.w, //子Widget宽高比例 0.59 childAspectRatio: - 200 / (266 / 2 + (266 / 2) * AppUtils.textScale(context)), + 200 / (285 / 2 + (285 / 2) * AppUtils.textScale(context)), ), itemBuilder: (context, index) { return GestureDetector( diff --git a/pubspec.yaml b/pubspec.yaml index 81c81947..024de055 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: 一心回乡. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 2.0.9+8 +version: 2.0.12+9 environment: sdk: ">=2.7.0 <3.0.0"