|
|
|
@ -150,6 +150,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
), |
|
|
|
), |
|
|
|
) : Image.asset( |
|
|
|
gaplessPlayback: true, |
|
|
|
Assets.imagesUserAvatar, |
|
|
|
width: 60.w, |
|
|
|
height: 60.w, |
|
|
|
@ -191,6 +192,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
), |
|
|
|
child: Center( |
|
|
|
child: Image.asset( |
|
|
|
gaplessPlayback: true, |
|
|
|
Assets.imagesVipFont, |
|
|
|
width: 20.w, |
|
|
|
height: 8.w, |
|
|
|
@ -226,6 +228,7 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
child: Row( |
|
|
|
children: [ |
|
|
|
Image.asset( |
|
|
|
gaplessPlayback: true, |
|
|
|
Assets.imagesEdit, |
|
|
|
width: 10.w, |
|
|
|
height: 10.w, |
|
|
|
@ -296,7 +299,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
style: cellStyle, |
|
|
|
cells: [ |
|
|
|
TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset(Assets.imagesRose, height: 22.w, width: 22.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,Assets.imagesRose, height: 22.w, width: 22.w), |
|
|
|
titleWidget: Text( |
|
|
|
"我的玫瑰", |
|
|
|
style: TextStyle( |
|
|
|
@ -307,7 +311,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
} |
|
|
|
), |
|
|
|
TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset(Assets.imagesWallet, height: 22.w, width: 22.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,Assets.imagesWallet, height: 22.w, width: 22.w), |
|
|
|
titleWidget: Text( |
|
|
|
"我的钱包", |
|
|
|
style: TextStyle( |
|
|
|
@ -318,7 +323,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
} |
|
|
|
), |
|
|
|
TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset(Assets.imagesCert, height: 22.w, width: 22.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,Assets.imagesCert, height: 22.w, width: 22.w), |
|
|
|
titleWidget: Text( |
|
|
|
"认证中心", |
|
|
|
style: TextStyle( |
|
|
|
@ -342,7 +348,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
} |
|
|
|
), |
|
|
|
TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset(Assets.imagesMatchmaker, height: 22.w, width: 22.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,Assets.imagesMatchmaker, height: 22.w, width: 22.w), |
|
|
|
titleWidget: Text( |
|
|
|
"红娘等级", |
|
|
|
style: TextStyle( |
|
|
|
@ -353,7 +360,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
} |
|
|
|
), |
|
|
|
if(controller.matchmakerFlag.value)TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset('assets/images/matcher_task.png', height: 20.w, width: 18.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,'assets/images/matcher_task.png', height: 20.w, width: 18.w), |
|
|
|
titleWidget: Text( |
|
|
|
" 红娘任务", |
|
|
|
style: TextStyle( |
|
|
|
@ -373,7 +381,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
style: cellStyle, |
|
|
|
cells: [ |
|
|
|
TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset(Assets.imagesSetting, height: 22.w, width: 22.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,Assets.imagesSetting, height: 22.w, width: 22.w), |
|
|
|
titleWidget: Text( |
|
|
|
"设置", |
|
|
|
style: TextStyle( |
|
|
|
@ -384,7 +393,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
} |
|
|
|
), |
|
|
|
TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset(Assets.imagesCustomer, height: 22.w, width: 22.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,Assets.imagesCustomer, height: 22.w, width: 22.w), |
|
|
|
titleWidget: Text( |
|
|
|
"联系客服", |
|
|
|
style: TextStyle( |
|
|
|
@ -395,7 +405,8 @@ class MinePageState extends State<MinePage> with AutomaticKeepAliveClientMixin{ |
|
|
|
} |
|
|
|
), |
|
|
|
TDCell(arrow: true, |
|
|
|
leftIconWidget: Image.asset(Assets.imagesMail, height: 22.w, width: 22.w), |
|
|
|
leftIconWidget: Image.asset( |
|
|
|
gaplessPlayback: true,Assets.imagesMail, height: 22.w, width: 22.w), |
|
|
|
titleWidget: Text( |
|
|
|
"意见反馈", |
|
|
|
style: TextStyle( |
|
|
|
|