mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-24 18:18:38 +00:00
@@ -317,7 +317,7 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
|
|||||||
),
|
),
|
||||||
Image.asset(
|
Image.asset(
|
||||||
Utils.levelName(
|
Utils.levelName(
|
||||||
levelInfo!.currentLevel!,
|
levelInfo?.currentLevel ?? 0,
|
||||||
isSeniorMember: userInfo.isSeniorMember == 1,
|
isSeniorMember: userInfo.isSeniorMember == 1,
|
||||||
),
|
),
|
||||||
height: 10,
|
height: 10,
|
||||||
@@ -342,11 +342,11 @@ class _MediaPageState extends CommonPageState<MinePage, MineController>
|
|||||||
style: coinLabelStyle,
|
style: coinLabelStyle,
|
||||||
),
|
),
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text: levelInfo.currentExp?.toString() ?? '-',
|
text: levelInfo?.currentExp?.toString() ?? '-',
|
||||||
style: coinValStyle,
|
style: coinValStyle,
|
||||||
),
|
),
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text: "/${levelInfo.nextExp ?? '-'}",
|
text: "/${levelInfo?.nextExp ?? '-'}",
|
||||||
style: coinLabelStyle,
|
style: coinLabelStyle,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user