Commit da31d838 by wangonghui

足球射手榜排名保留整数

parent 427b17a4
......@@ -607,6 +607,7 @@ namespace VIZ.TVP.FTB.Module
{
playerRank.playerLogo = playerRank.figureName;
playerRank.teamLogo = playerRank.teamName;
playerRank.goals = playerRank.goals.TrimEnd('0').TrimEnd('.');
ShootPlayerModel.Add(playerRank);
}
......
......@@ -92,6 +92,7 @@ namespace VIZ.TVP.FTB.Module
{
playerRank.playerLogo = playerRank.figureName;
playerRank.teamLogo = playerRank.teamName;
playerRank.goals = playerRank.goals.TrimEnd('0').TrimEnd('.');
ShootPlayerModel.Add(playerRank);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment