mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-03 18:07:49 +08:00
Fix: Handle popup after enter minigame
This commit is contained in:
@@ -196,6 +196,10 @@ class Minigame(UI):
|
|||||||
if self.ui_page_appear(page_academy, interval=5):
|
if self.ui_page_appear(page_academy, interval=5):
|
||||||
self.device.click(ACADEMY_GOTO_GAME_ROOM)
|
self.device.click(ACADEMY_GOTO_GAME_ROOM)
|
||||||
continue
|
continue
|
||||||
|
# You've reached your monthly limit of Game Tickets, and will not be able to earn any more.
|
||||||
|
# Continue playing the minigame?
|
||||||
|
if self.handle_popup_confirm('MINIGAME_ENTER'):
|
||||||
|
continue
|
||||||
|
|
||||||
# game room and choose game have same header, go to game room first
|
# game room and choose game have same header, go to game room first
|
||||||
self.go_to_main_page()
|
self.go_to_main_page()
|
||||||
|
|||||||
Reference in New Issue
Block a user