From f0519ac0f4700efad185ef9f8b3b74596cb8e59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 20 Jan 2026 21:46:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E9=9C=80=E6=B1=82=EF=BC=9APK=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/model/Tasks.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/api/model/Tasks.php b/application/api/model/Tasks.php index 31b988e0..97da9db5 100644 --- a/application/api/model/Tasks.php +++ b/application/api/model/Tasks.php @@ -497,6 +497,8 @@ class Tasks extends Model if(!empty($Victory_user_ids) && in_array($user_id,$Victory_user_ids_array)){ //获胜数加1 $ext = $user_daily_tasks['ext'] + 1; + }else{ + $ext = $user_daily_tasks['ext']; } $current_progress = $user_daily_tasks['current_progress'] + 1; if($current_progress >= $task_info['target_quantity'] && $user_daily_tasks['ext'] >= 1){