|
|
@ -157,7 +157,7 @@ class _MinePage extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
Column( |
|
|
|
Column( |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
Container( |
|
|
|
Container( |
|
|
|
margin: EdgeInsets.only(right: 8.w), |
|
|
|
margin: EdgeInsets.only(bottom:12.h,right: 16.w), |
|
|
|
alignment: Alignment.centerRight, |
|
|
|
alignment: Alignment.centerRight, |
|
|
|
child: Row( |
|
|
|
child: Row( |
|
|
|
mainAxisAlignment: MainAxisAlignment.end, |
|
|
|
mainAxisAlignment: MainAxisAlignment.end, |
|
|
@ -316,7 +316,7 @@ class _MinePage extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
///我的下面的条目列表 |
|
|
|
///我的下面的条目列表 |
|
|
|
Widget mineList(BuildContext context) { |
|
|
|
Widget mineList(BuildContext context) { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
margin: EdgeInsets.fromLTRB(16.w, 8.h, 16.w, 8.h), |
|
|
|
margin: EdgeInsets.fromLTRB(16.w, 16.h, 16.w, 28.h), |
|
|
|
padding: EdgeInsets.fromLTRB(20.w, 12.h, 20.w, 12.h), |
|
|
|
padding: EdgeInsets.fromLTRB(20.w, 12.h, 20.w, 12.h), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
@ -455,7 +455,7 @@ class _MinePage extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
///订单或者卡包试图 |
|
|
|
///订单或者卡包试图 |
|
|
|
Widget orderOrCard() { |
|
|
|
Widget orderOrCard() { |
|
|
|
return Container( |
|
|
|
return Container( |
|
|
|
margin: EdgeInsets.fromLTRB(16.w, 8.h, 16.w, 8.h), |
|
|
|
margin: EdgeInsets.fromLTRB(16.w,16.h, 16.w, 8.h), |
|
|
|
padding: EdgeInsets.fromLTRB(20.w, 12.h, 20.w, 12.h), |
|
|
|
padding: EdgeInsets.fromLTRB(20.w, 12.h, 20.w, 12.h), |
|
|
|
decoration: BoxDecoration( |
|
|
|
decoration: BoxDecoration( |
|
|
|
color: Colors.white, |
|
|
|
color: Colors.white, |
|
|
@ -568,8 +568,8 @@ class _MinePage extends State<MinePage> with AutomaticKeepAliveClientMixin { |
|
|
|
MImage( |
|
|
|
MImage( |
|
|
|
userinfo == null ? "" : userinfo.headimg, |
|
|
|
userinfo == null ? "" : userinfo.headimg, |
|
|
|
isCircle: true, |
|
|
|
isCircle: true, |
|
|
|
width: 50.w, |
|
|
|
width: 50, |
|
|
|
height: 50.h, |
|
|
|
height: 50, |
|
|
|
fit: BoxFit.cover, |
|
|
|
fit: BoxFit.cover, |
|
|
|
errorSrc: "assets/image/default_user.png", |
|
|
|
errorSrc: "assets/image/default_user.png", |
|
|
|
fadeSrc: "assets/image/default_user.png", |
|
|
|
fadeSrc: "assets/image/default_user.png", |
|
|
|