1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-28 21:31:37 +08:00

优化课程期限

This commit is contained in:
xiaochong0302 2024-10-20 19:32:33 +08:00
parent 7ff6f470aa
commit 0f446fef10

View File

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