From f482a8ec9edd2d827315f57e7d2d7cc577cbc126 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Sun, 20 Oct 2024 19:32:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=AF=BE=E7=A8=8B=E6=9C=9F?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Models/Course.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/Models/Course.php b/app/Models/Course.php index 6821c7b0..56bb3219 100644 --- a/app/Models/Course.php +++ b/app/Models/Course.php @@ -462,7 +462,9 @@ class Course extends Model 3 => '3个月', 6 => '6个月', 12 => '12个月', + 24 => '24个月', 36 => '36个月', + 48 => '48个月', ]; } @@ -470,11 +472,11 @@ class Course extends Model { return [ 0 => '0天', + 1 => '1天', + 3 => '3天', 7 => '7天', 14 => '14天', 30 => '30天', - 90 => '90天', - 180 => '180天', ]; }