浏览代码

!2 goto_town and goto_outside check suc

pcacc 3 月之前
父节点
当前提交
fc2fe607ef
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      dongri_task.py

+ 5 - 0
dongri_task.py

@@ -134,6 +134,8 @@ class basic_operate:
             return False
             return False
 
 
         waitClickImg_noWait_withBool(place_img.outside, 0.6, 0.5)
         waitClickImg_noWait_withBool(place_img.outside, 0.6, 0.5)
+
+        waitFindImg_withBool(place_img.town, 2, 0.5)
         return True
         return True
     
     
     @staticmethod
     @staticmethod
@@ -142,6 +144,9 @@ class basic_operate:
             return False
             return False
 
 
         waitClickImg_noWait_withBool(place_img.town, 0.6, 0.5)
         waitClickImg_noWait_withBool(place_img.town, 0.6, 0.5)
+
+        waitFindImg_withBool(place_img.outside, 2, 0.5)
+
         return True
         return True
     
     
     @staticmethod
     @staticmethod