This commit is contained in:
wanlop run 2023-11-21 15:18:28 +07:00
parent 7fe1806d26
commit c0550b32fd
21 changed files with 150 additions and 27 deletions

View file

@ -458,12 +458,12 @@
EndIf
EndIf
If CupRemain > 0 Then
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf
If CupRemain = "" Then
If Seeker = "next" Then
If CupRemain > 0 Then
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf
Else
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
Open "ROOT/taobin_project/xml/page_payment.xml"
EndIf