Do xml for ignore netcore / test on emulattor
This commit is contained in:
parent
c514efe819
commit
90bc768b5c
7 changed files with 28 additions and 15 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue