From 1706cb00bbaecc16d417c177053b81d3210af624 Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Fri, 31 Mar 2023 14:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BA=97=E9=93=BA=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AE=89=E5=8D=93=E6=89=8B=E5=8A=BF=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=EF=BC=9B=20=E6=9B=B4=E6=94=B9=E6=80=A7?= =?UTF-8?q?=E5=88=AB=E9=80=89=E6=8B=A9=E5=BC=B9=E7=AA=97=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=EF=BC=9B=20=E4=BC=98=E5=8C=96=E5=88=A0=E9=99=A4=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E6=8C=89=E7=BA=BD=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/community/community_view/community_dynamic.dart | 1 + lib/mine/user_info_page.dart | 2 +- lib/store/store_order.dart | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/community/community_view/community_dynamic.dart b/lib/community/community_view/community_dynamic.dart index ae5e917b..d145363f 100644 --- a/lib/community/community_view/community_dynamic.dart +++ b/lib/community/community_view/community_dynamic.dart @@ -271,6 +271,7 @@ class _CommunityDynamic extends State { ), if (widget?.article?.author != widget.userId ?? "") GestureDetector( + behavior: HitTestBehavior.opaque, onTap: () { setState(() { if (widget.commentType == 0) { diff --git a/lib/mine/user_info_page.dart b/lib/mine/user_info_page.dart index eda3367b..e9f76880 100644 --- a/lib/mine/user_info_page.dart +++ b/lib/mine/user_info_page.dart @@ -226,7 +226,7 @@ class _UserInfoPage extends State { ) { return Container( width: double.infinity, - height: 170.h, + height: 200.h, padding: EdgeInsets.only(top: 12.h), decoration: BoxDecoration( color: Colors.white, diff --git a/lib/store/store_order.dart b/lib/store/store_order.dart index 25dfbf5a..3db0f8a9 100644 --- a/lib/store/store_order.dart +++ b/lib/store/store_order.dart @@ -222,7 +222,7 @@ class _StoreOrderPage extends State SmartDialog.dismiss(); return false; } else { - return true; + return false; } }, child: Container(