Ver código fonte

!2 revert to shili_2

pcacc 4 meses atrás
pai
commit
5e4ebdef33
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      dongri_task.py

+ 2 - 2
dongri_task.py

@@ -1005,11 +1005,11 @@ class task_activity_lianmeng(dongri_task):
         waitClickImg_noWait_withBool(special_activity_img.task_done, 2, 1)
         
         if waitFindImg_withBool(special_activity_img.doing_task, 2, 1) == False:
-            if waitClickImg_noWait_withBool((special_activity_img.shili_120, special_activity_img.shili_860_3, special_activity_img.bigMonster), 2, 1) == True:
+            if waitClickImg_noWait_withBool((special_activity_img.shili_120, special_activity_img.shili_860_2, special_activity_img.bigMonster), 2, 1) == True:
                 if waitClickImg_noWait_withBool(special_activity_img.accept_task, 2, 1) == False:
                     return False
         
-        if waitFindImg_withBool((special_activity_img.shili_120, special_activity_img.shili_860_3), 2, 1) == False:
+        if waitFindImg_withBool((special_activity_img.shili_120, special_activity_img.shili_860_2), 2, 1) == False:
             maxTryTimes = 2
             while waitClickImg_noWait_withBool((special_activity_img.owning), 2, 1) == True:
                 waitClickImg_noWait_withBool(special_activity_img.refresh_task, 2, 1)