Do xml for ignore netcore / test on emulattor

This commit is contained in:
kong 2021-04-24 23:03:31 +07:00
parent c514efe819
commit 90bc768b5c
7 changed files with 28 additions and 15 deletions

View file

@ -384,6 +384,8 @@
Var PayO2 = CoffeePinNumber
EndIf
Var ServiceType = "coffee"
Var ServiceCredit = SelectDrink
@ -625,6 +627,14 @@
EndIf
EndIf
If IgnoreNetCore = "true" Then
If CountDownBrewing = 0 Then
Open "ROOT/taobin_project/xml/page_drinkok.xml"
EndIf
EndIf
Refresh
TimerReset

View file

@ -91,6 +91,9 @@
If CountDownThankyou = 0 Then
;Open "ROOT/taobin_project/xml/page_lid_straw.xml"
;Open "ROOT/taobin_project/xml/page_brewing.xml"
If IgnoreNetCore = "true" Then
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
EndIf
If TestLoopMakeDrink = 1 Then
Open "ROOT/taobin_project/xml/page_brewing2.xml"