|
|
@@ -1483,11 +1483,12 @@ class task_get_redPackage(dongri_task):
|
|
|
break
|
|
|
if runTimes % 10 == 0:
|
|
|
if waitFindImg_withBool([special_activity_img.red_package_end, special_activity_img.red_package_end2], 1, 0) == True:
|
|
|
- waitClickImg_noWait_withBool(special_activity_img.red_package_close, 2, 0)
|
|
|
+ start_screenshot_thread("redPackage")
|
|
|
+ waitClickImg_noWait_withBool([special_activity_img.red_package_close, special_activity_img.red_package_close2], 2, 0)
|
|
|
myTimeSleep_small()
|
|
|
yys_dragAuto(special_activity_img.move_down)
|
|
|
- if True == waitClickImg_noWait_withBool(red_package_pics, 2, 0, True):
|
|
|
- start_screenshot_thread("redPackage")
|
|
|
+ #if True == waitClickImg_noWait_withBool(red_package_pics, 2, 0, True):
|
|
|
+ #start_screenshot_thread("redPackage")
|
|
|
#max_waitTime += 5
|
|
|
runTimes += 1
|
|
|
|