fix bug Var SumCoinAmount = CoinAmount + Seeker.IntVendingCredit
This commit is contained in:
parent
44e33545ca
commit
ef4bab5a26
2 changed files with 26 additions and 13 deletions
|
|
@ -198,6 +198,7 @@
|
|||
Var RemainAmount = RemainAmount - Seeker.IntVendingCampaign
|
||||
Var RemainAmount = RemainAmount - Seeker.IntVendingCredit
|
||||
Var SumCoinAmount = CoinAmount + Seeker.IntVendingCampaign
|
||||
Var SumCoinAmount = CoinAmount + Seeker.IntVendingCredit
|
||||
If SumCoinAmount >= PayAmount Then
|
||||
|
||||
SAVELOG "CoinInOk First"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue