mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-18 09:11:31 +08:00
Fix: Use ui_page_appear instead of check button directly
This commit is contained in:
@@ -118,7 +118,7 @@ class Reward(UI):
|
||||
timeout.reset()
|
||||
continue
|
||||
|
||||
if not self.appear(MISSION_CHECK):
|
||||
if not self.ui_page_appear(page_mission):
|
||||
if self.appear_then_click(GET_SHIP, interval=interval):
|
||||
exit_timer.reset()
|
||||
click_timer.reset()
|
||||
|
||||
Reference in New Issue
Block a user