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(