大师课
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -268,7 +268,7 @@ function getCourse() { | ... | @@ -268,7 +268,7 @@ function getCourse() { |
| 268 | } | 268 | } |
| 269 | 269 | ||
| 270 | function setActive(n) { | 270 | function setActive(n) { |
| 271 | if (n == 1 && dayjs().format('YYYY-MM-DD') > '2026-06-30') { | 271 | if (n == 1 && dayjs().format('YYYY-MM-DD') > '2026-07-10') { |
| 272 | ElMessage.error(language.value == 0 ? '报名已结束' : 'The application has ended') | 272 | ElMessage.error(language.value == 0 ? '报名已结束' : 'The application has ended') |
| 273 | return | 273 | return |
| 274 | } | 274 | } | ... | ... |
-
Please register or sign in to post a comment