From bb0aa72f8bdeee4b19dc69af4a20899a5d52b7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Tue, 20 Jan 2026 10:30:54 +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, 1 insertion(+), 1 deletion(-) diff --git a/application/api/model/Tasks.php b/application/api/model/Tasks.php index 27f86deb..219bc01c 100644 --- a/application/api/model/Tasks.php +++ b/application/api/model/Tasks.php @@ -294,7 +294,7 @@ class Tasks extends Model if($v['task_id'] == 35){ //获胜数量 $user_win_times = $user_daily_tasks['ext'] ?? 0; - $quantity_str.= "胜:(".$user_win_times.")场"; + $quantity_str = $quantity_str."胜:(".$user_win_times.")场"; } $v['task_name'] = $v['task_name'].$quantity_str; $v['jump_type_str'] = $this->jump_type[$v['jump_type']];