Browse Source

ui更改

remove_uniapp
w-R 3 years ago
parent
commit
a20e5582d1
  1. 85
      lib/mine/personal_page.dart

85
lib/mine/personal_page.dart

@ -336,6 +336,7 @@ class _PersonalPage extends State<PersonalPage> with WidgetsBindingObserver {
Container( Container(
margin: EdgeInsets.only( margin: EdgeInsets.only(
top: 50.h, left: 16.w, right: 16.w), top: 50.h, left: 16.w, right: 16.w),
alignment: Alignment.topLeft,
decoration: BoxDecoration( decoration: BoxDecoration(
color: Colors.transparent, color: Colors.transparent,
), ),
@ -390,90 +391,6 @@ class _PersonalPage extends State<PersonalPage> with WidgetsBindingObserver {
], ],
), ),
), ),
// Positioned(
// top:0,
// left: 0,
// bottom: 0,
// right: 0,
// child:Stack(
// alignment: Alignment.bottomRight,
// children: [
// Stack(
// children: [
// Positioned(
// child: Container(
// color: Colors.black,
// child: Opacity(
// opacity: 0.9,
// child: MImage(
// memberInfor?.background ?? "",
// width: double.infinity,
// height: 260.h,
// fit: BoxFit.cover,
// errorSrc:
// "assets/image/default_1.png",
// fadeSrc:
// "assets/image/default_1.png",
// )))),
// Container(
// margin: EdgeInsets.only(
// top: 50.h, left: 16.w, right: 16.w),
// decoration: BoxDecoration(
// color: Colors.transparent,
// ),
// child: Column(
// mainAxisAlignment:
// MainAxisAlignment.spaceBetween,
// crossAxisAlignment:
// CrossAxisAlignment.center,
// children: [
// GestureDetector(
// child: Image.asset(
// "assets/image/integral_return.png",
// width: 24,
// height: 24,
// ),
// onTap: () {
// Navigator.of(context).pop();
// },
// ),
// ],
// ),
// ),
// ],
// ),
// if(memberId == "0")
// Positioned(
// bottom: 49.h,
// right: 16.w,
// child:GestureDetector(
// onTap: (){
// showImagePicker();
// },
// child:Container(
// padding: EdgeInsets.only(left: 2, right: 2),
// width: 59.w,
// height: 23.h,
// alignment: Alignment.center,
// decoration: BoxDecoration(
// borderRadius: BorderRadius.circular(2),
// color: Color(0x80000000),
// ),
// child: Text(
// "更换背景",
// overflow: TextOverflow.ellipsis,
// style: TextStyle(
// fontSize: 12.sp,
// fontWeight: MyFontWeight.regular,
// color: Color(0xFFFFFFFF),
// ),
// ),
// ),
// ),
// ),
// ],
// ),
// ),
homeInfo(), homeInfo(),
], ],
), ),

Loading…
Cancel
Save