mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 11:06:51 +08:00
@@ -134,7 +134,8 @@ class LevelInfo {
|
||||
currentLevel = json['current_level'];
|
||||
currentMin = json['current_min'];
|
||||
currentExp = json['current_exp'];
|
||||
nextExp =
|
||||
json['current_level'] == 6 ? json['current_exp'] : json['next_exp'];
|
||||
nextExp = json['current_level'] == 6
|
||||
? json['current_exp']
|
||||
: json['next_exp'];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user