|
|
@ -253,19 +253,24 @@ class _MineView extends State<MineView> { |
|
|
|
child: Row( |
|
|
|
child: Row( |
|
|
|
mainAxisAlignment: MainAxisAlignment.end, |
|
|
|
mainAxisAlignment: MainAxisAlignment.end, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
|
|
|
|
Image.asset( |
|
|
|
|
|
|
|
"assets/image/ji_fen.png", |
|
|
|
|
|
|
|
width: 16.w, |
|
|
|
|
|
|
|
height: 16.h, |
|
|
|
|
|
|
|
), |
|
|
|
Text( |
|
|
|
Text( |
|
|
|
S.of(context).jifenxiangqing, |
|
|
|
"签到得积分", |
|
|
|
style: TextStyle( |
|
|
|
style: TextStyle( |
|
|
|
color: Colors.black, |
|
|
|
color: Colors.black, |
|
|
|
fontSize: 12.sp, |
|
|
|
fontSize: 12.sp, |
|
|
|
fontWeight: MyFontWeight.regular, |
|
|
|
fontWeight: MyFontWeight.regular, |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
Icon( |
|
|
|
// Icon( |
|
|
|
Icons.keyboard_arrow_right, |
|
|
|
// Icons.keyboard_arrow_right, |
|
|
|
size: 16, |
|
|
|
// size: 16, |
|
|
|
color: Colors.black, |
|
|
|
// color: Colors.black, |
|
|
|
) |
|
|
|
// ) |
|
|
|
], |
|
|
|
], |
|
|
|
), |
|
|
|
), |
|
|
|
)), |
|
|
|
)), |
|
|
|