f53d9b64 by zhangmeng

大师课

1 parent 84db8300
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!