Browse Source

我的_积分更改

ff_new
w-R 3 years ago
parent
commit
527c522442
  1. BIN
      assets/image/2x/ji_fen.png
  2. BIN
      assets/image/3x/ji_fen.png
  3. BIN
      assets/image/ji_fen.png
  4. 17
      lib/mine/mine_view/mine_view.dart

BIN
assets/image/2x/ji_fen.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
assets/image/3x/ji_fen.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
assets/image/ji_fen.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

17
lib/mine/mine_view/mine_view.dart

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

Loading…
Cancel
Save