From 1545acbf8b7c0adf64e64bd37c594ed3a32f8b05 Mon Sep 17 00:00:00 2001
From: w-R <953969641@qq.com>
Date: Fri, 10 Jun 2022 18:14:03 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E6=9B=B4=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 lib/home/points_mall_view/points_goods_view.dart | 2 +-
 lib/home/welfare_exchange.dart                   | 2 +-
 lib/home/welfare_page.dart                       | 2 +-
 pubspec.yaml                                     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

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<PointGoods> {
               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<WelfareExchange> {
                 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<WelfarePage> {
               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"