更改性别选择弹窗高度; 优化删除动态按纽点击事件;
@ -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) {
@ -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,
@ -222,7 +222,7 @@ class _StoreOrderPage extends State<StoreOrderPage>
SmartDialog.dismiss();
return false;
} else {
return true;
}
},
child: Container(