fix 十三张牌局记录税收比例
This commit is contained in:
parent
383716741c
commit
ae42673224
|
@ -1298,7 +1298,7 @@ func (this *StateBilled) OnEnter(s *base.Scene) {
|
||||||
RoomType: sceneEx.GetSceneType(),
|
RoomType: sceneEx.GetSceneType(),
|
||||||
BaseScore: int32(sceneEx.GetBaseScore()),
|
BaseScore: int32(sceneEx.GetBaseScore()),
|
||||||
NowRound: int32(sceneEx.NumOfGames),
|
NowRound: int32(sceneEx.NumOfGames),
|
||||||
ClubRate: sceneEx.Scene.PumpCoin,
|
TaxRate: s.GetDBGameFree().GetTaxRate(),
|
||||||
}
|
}
|
||||||
var person []model.ThirteenWaterPerson
|
var person []model.ThirteenWaterPerson
|
||||||
for _, o_player := range sceneEx.players {
|
for _, o_player := range sceneEx.players {
|
||||||
|
|
|
@ -168,8 +168,8 @@ type ThirteenWaterType struct {
|
||||||
NowRound int32 //当前局数
|
NowRound int32 //当前局数
|
||||||
PlayerCount int //玩家数量
|
PlayerCount int //玩家数量
|
||||||
BaseScore int32 //底分
|
BaseScore int32 //底分
|
||||||
|
TaxRate int32 //税率(万分比)
|
||||||
PlayerData []ThirteenWaterPerson //玩家信息
|
PlayerData []ThirteenWaterPerson //玩家信息
|
||||||
ClubRate int32 //俱乐部抽水比例
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type ThirteenWaterPoker struct {
|
type ThirteenWaterPoker struct {
|
||||||
|
|
Loading…
Reference in New Issue