瀏覽代碼

!2 修复启动过早点击情况

pcacc 3 周之前
父節點
當前提交
6540a1fa2d
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      dongri_task.py

+ 1 - 3
dongri_task.py

@@ -276,9 +276,7 @@ def task_start_game(type=0):
         if waitClickImg_withBool(gameStart_img.ico, 5, 1) == False:
             return False
     
-    waitFindImg_withBool(place_img.gameIn, 10, 20)
-    basic_operate.go_town()
-    waitFindImg_withBool(place_img.gameIn, 10, 20)
+    waitFindImg_withBool(place_img.gameIn, 10, 50)
     basic_operate.go_town()
     if waitFindImg_withBool(place_img.gameIn, 10, 20) == False:
         return False