From f4a25cf20e2f5ef71788c1bf459d6bccce809ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=92=8A?= Date: Fri, 12 Dec 2025 19:09:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=8A=9F=E8=83=BD=E6=8F=90?= =?UTF-8?q?=E4=BA=A4-=E6=B5=8B=E8=AF=95-bug=E4=BF=AE=E6=94=B9?= 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 2719d5a1..e73ec198 100644 --- a/application/api/model/Tasks.php +++ b/application/api/model/Tasks.php @@ -163,7 +163,7 @@ class Tasks extends Model }elseif($v['task_id'] == 22){ $title = "点唱房点歌({$value['value']} / {$v['target_quantity']})首"; }elseif($v['task_id'] == 23){ - $title = "交友房停留({$value['value']} / {$v['target_quantity']})分钟"; + $title = "互娱房停留({$value['value']} / {$v['target_quantity']})分钟"; } $sign_student_list[$i]['task_id'] = $v['task_id']; $sign_student_list[$i]['icon'] = "";