历史记录显示逻辑修改
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m15s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m15s
This commit is contained in:
parent
dd333d4c59
commit
4c32b9f6bd
@ -236,7 +236,7 @@ export class HistoryDetail extends Component {
|
||||
|
||||
info.getChildByName("Label_Bet").getComponent(Label).string = getTranslate(this.dict, "Bet") + `(${currencySymbol})`;
|
||||
|
||||
info.getChildByName("txt_profit").getComponent(Label).string = fixNum(pan.WinInfo ? pan.WinInfo.Score : 0);
|
||||
info.getChildByName("txt_profit").getComponent(Label).string = fixNum(pan.Profit);
|
||||
info.getChildByName("Label_Profit").getComponent(Label).string = getTranslate(this.dict, "Profit") + `(${currencySymbol})`;
|
||||
|
||||
info.getChildByName("txt_balance_before").getComponent(Label).string = fixNum(pan.Balance - pan.AllScore + pan.Bet) + "➡️";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user