before merage
This commit is contained in:
parent
1151958d14
commit
059b1ab86c
8 changed files with 80 additions and 45 deletions
|
|
@ -167,7 +167,7 @@
|
|||
|
||||
Var buttonRemoveCup = "Invisible"
|
||||
|
||||
Var thankyouContiVersion = "TC13 "
|
||||
Var thankyouContiVersion = "TC15 "
|
||||
SAVELOG "Thank you conti version " + thankyouContiVersion
|
||||
SAVELOG "Support NextSmoothie and fix bug next"
|
||||
SAVELOG "MenuErrorCode"
|
||||
|
|
@ -297,8 +297,9 @@
|
|||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
__CMD "check-cup" Seeker.selected_a_drink "-" "-"
|
||||
If New_Payment = 1 Then
|
||||
__CMD "check-cup" Seeker.selected_a_drink "-" "-"
|
||||
EndIf
|
||||
|
||||
; old condition
|
||||
If HaveCup = "false" Then
|
||||
|
|
@ -434,32 +435,34 @@
|
|||
DEBUGVAR MenuErrorCode
|
||||
|
||||
If MenuReadyForCup = "YES" Then
|
||||
|
||||
|
||||
If DoorCupPosition = "bottom" Then
|
||||
; new payment not enable. use have cup false only.
|
||||
If New_Payment = 1 Then
|
||||
Var VideoPlayFile = VideoPath
|
||||
Var VideoPlayFile = VideoPlayFile + VideoFileBegin
|
||||
Var VideoPlayFile = VideoPlayFile + "1"
|
||||
Var VideoPlayFile = VideoPlayFile + VideoFileEnd
|
||||
|
||||
Var VideoPlayFile = VideoPath
|
||||
Var VideoPlayFile = VideoPlayFile + VideoFileBegin
|
||||
Var VideoPlayFile = VideoPlayFile + "1"
|
||||
Var VideoPlayFile = VideoPlayFile + VideoFileEnd
|
||||
Var PictureFile = PicturePath
|
||||
Var PictureFile = PictureFile + PictureBegin
|
||||
Var PictureFile = PictureFile + "1"
|
||||
Var PictureFile = PictureFile + PictureEnd
|
||||
|
||||
Var PictureFile = PicturePath
|
||||
Var PictureFile = PictureFile + PictureBegin
|
||||
Var PictureFile = PictureFile + "1"
|
||||
Var PictureFile = PictureFile + PictureEnd
|
||||
DEBUGVAR CountDownForShowMenuNextOrderToBrew
|
||||
DEBUGVAR Seeker.selected_a_drink
|
||||
|
||||
DEBUGVAR CountDownForShowMenuNextOrderToBrew
|
||||
DEBUGVAR Seeker.selected_a_drink
|
||||
If CountDownForShowMenuNextOrderToBrew = 3 Then
|
||||
|
||||
If CountDownForShowMenuNextOrderToBrew = 3 Then
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
If CountDownForShowMenuNextOrderToBrew = 0 Then
|
||||
Var CountDownThankyou = 0
|
||||
Else
|
||||
Var CountDownForShowMenuNextOrderToBrew = CountDownForShowMenuNextOrderToBrew - 1
|
||||
If CountDownForShowMenuNextOrderToBrew = 0 Then
|
||||
Var CountDownThankyou = 0
|
||||
Else
|
||||
Var CountDownForShowMenuNextOrderToBrew = CountDownForShowMenuNextOrderToBrew - 1
|
||||
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue