mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-07-03 07:26:49 +08:00
优化课程期限
This commit is contained in:
parent
2302f44c03
commit
f482a8ec9e
@ -462,7 +462,9 @@ class Course extends Model
|
|||||||
3 => '3个月',
|
3 => '3个月',
|
||||||
6 => '6个月',
|
6 => '6个月',
|
||||||
12 => '12个月',
|
12 => '12个月',
|
||||||
|
24 => '24个月',
|
||||||
36 => '36个月',
|
36 => '36个月',
|
||||||
|
48 => '48个月',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -470,11 +472,11 @@ class Course extends Model
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
0 => '0天',
|
0 => '0天',
|
||||||
|
1 => '1天',
|
||||||
|
3 => '3天',
|
||||||
7 => '7天',
|
7 => '7天',
|
||||||
14 => '14天',
|
14 => '14天',
|
||||||
30 => '30天',
|
30 => '30天',
|
||||||
90 => '90天',
|
|
||||||
180 => '180天',
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user