fix: 识别失效商品链接返回首页 (#111)

This commit is contained in:
chengma
2026-08-10 18:20:34 +08:00
parent 3b659eba0a
commit 8c9dbfed44
15 changed files with 802 additions and 62 deletions
+1 -1
View File
@@ -1210,7 +1210,7 @@ class PDDTaskPageEvent(QObject):
self._reload()
if kind == "no_task":
self._on_no_claimed_task()
elif kind == "succeeded":
elif kind in {"succeeded", "business_failed"}:
self._retry_count = 0
self._continue_after(
self._next_task_delay_ms,