Browse Source

优化店铺页面安卓手势返回事件;

更改性别选择弹窗高度;
优化删除动态按纽点击事件;
new_revision_app
wurong 2 years ago
parent
commit
1706cb00bb
  1. 1
      lib/community/community_view/community_dynamic.dart
  2. 2
      lib/mine/user_info_page.dart
  3. 2
      lib/store/store_order.dart

1
lib/community/community_view/community_dynamic.dart

@ -271,6 +271,7 @@ class _CommunityDynamic extends State<CommunityDynamic> {
), ),
if (widget?.article?.author != widget.userId ?? "") if (widget?.article?.author != widget.userId ?? "")
GestureDetector( GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () { onTap: () {
setState(() { setState(() {
if (widget.commentType == 0) { if (widget.commentType == 0) {

2
lib/mine/user_info_page.dart

@ -226,7 +226,7 @@ class _UserInfoPage extends State<UserInfoPage> {
) { ) {
return Container( return Container(
width: double.infinity, width: double.infinity,
height: 170.h, height: 200.h,
padding: EdgeInsets.only(top: 12.h), padding: EdgeInsets.only(top: 12.h),
decoration: BoxDecoration( decoration: BoxDecoration(
color: Colors.white, color: Colors.white,

2
lib/store/store_order.dart

@ -222,7 +222,7 @@ class _StoreOrderPage extends State<StoreOrderPage>
SmartDialog.dismiss(); SmartDialog.dismiss();
return false; return false;
} else { } else {
return true; return false;
} }
}, },
child: Container( child: Container(

Loading…
Cancel
Save