...
This commit is contained in:
parent
4ab194fd45
commit
bacc71b24d
15 changed files with 30 additions and 12 deletions
|
|
@ -479,6 +479,8 @@
|
|||
; Var ViewBill = 0
|
||||
;EndIf
|
||||
|
||||
Var CoinInFlag = 1
|
||||
|
||||
If ViewBill > 0 Then
|
||||
|
||||
|
||||
|
|
@ -492,6 +494,12 @@
|
|||
Var RemainAmountKeep = ViewBill
|
||||
EndIf
|
||||
|
||||
Var Timeout = 0
|
||||
|
||||
|
||||
Var RemainAmountStr = "" + RemainAmount
|
||||
Var showRemaining = charOfBaht + RemainAmountStr
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -499,7 +507,7 @@
|
|||
|
||||
|
||||
Else
|
||||
Var CoinInFlag = 1
|
||||
|
||||
|
||||
If CoinInOK = 0 Then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue