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