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 ?? "")
GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () {
setState(() {
if (widget.commentType == 0) {

2
lib/mine/user_info_page.dart

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

2
lib/store/store_order.dart

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

Loading…
Cancel
Save