fffdfd
This commit is contained in:
parent
cae1b3229f
commit
7795d1c59c
2 changed files with 2 additions and 2 deletions
|
|
@ -606,7 +606,7 @@
|
|||
Var RemainAmount = RemainAmount - IntVendingCredit
|
||||
|
||||
Var SumCoinAmount = CoinAmount + IntVendingCampaign
|
||||
Var SumCoinAmount = CoinAmount + IntVendingCredit
|
||||
Var SumCoinAmount = SumCoinAmount + IntVendingCredit
|
||||
If SumCoinAmount >= PayAmount Then
|
||||
;Var VendingQRCode = "ERROR"
|
||||
CoinVending OFF
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
If FreeVendingCampaign = 0 Then
|
||||
If IntVendingCampaign < PayAmount Then
|
||||
Var SumCoinAmount = CoinAmount + IntVendingCampaign
|
||||
Var SumCoinAmount = CoinAmount + IntVendingCredit
|
||||
Var SumCoinAmount = SumCoinAmount + IntVendingCredit
|
||||
|
||||
If SumCoinAmount >= PayAmount Then
|
||||
Var Canout = SumCoinAmount - PayAmount
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue