Test 6.51

This commit is contained in:
kong 2022-06-14 13:09:11 +07:00
parent d8000cdf75
commit c7523273da
6 changed files with 48 additions and 58 deletions

View file

@ -156,9 +156,17 @@
If CupChecking = "true" Then
If HaveCup = "true" Then
SAVELOG "Have cup"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
EndIf
If DoorCupPosition = "bottom" Then
Else
SAVELOG "DoorCupPosition not bottom"
Open "ROOT/taobin_project/xml/page_back_to_remove_cup.xml"
EndIf
EndIf
Else