新需求:PK任务 提交

This commit is contained in:
2026-01-20 10:30:54 +08:00
parent 3ee7f1cf7e
commit bb0aa72f8b

View File

@@ -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']];