|
|
@@ -1486,9 +1486,9 @@ class task_get_redPackage(dongri_task):
|
|
|
waitClickImg_noWait_withBool(special_activity_img.red_package_close, 2, 0)
|
|
|
myTimeSleep_small()
|
|
|
yys_dragAuto(special_activity_img.move_down)
|
|
|
- if True == waitClickImg_noWait_withBool(red_package_pics, 2, 0):
|
|
|
+ if True == waitClickImg_noWait_withBool(red_package_pics, 2, 0, True):
|
|
|
start_screenshot_thread("redPackage")
|
|
|
- max_waitTime += 5
|
|
|
+ #max_waitTime += 5
|
|
|
runTimes += 1
|
|
|
|
|
|
return True
|