Do include for common part
This commit is contained in:
parent
85549d9602
commit
ba4c3b4364
1 changed files with 9 additions and 0 deletions
9
inc/return_condition_inter.ev
Normal file
9
inc/return_condition_inter.ev
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
If Seeker = "next" Then
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||
Else
|
||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_advert.xml"
|
||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
EndIf
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue