mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 17:36:45 +08:00
Merge branch 'dongwu-master'
This commit is contained in:
@@ -26,7 +26,7 @@ import {GET_USER_INFO} from "@/api/ThirdApi";
|
||||
|
||||
import {USER_INFO} from "@/api/api";
|
||||
|
||||
console.log("版本3.0.4------------");
|
||||
console.log("版本3.0.5------------");
|
||||
const store = useStore();
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
@@ -225,10 +225,10 @@ const handleClick = (tab, event) => {
|
||||
const download = (url) => window.open(import.meta.env.VITE_BOE_API_URL + import.meta.env.VITE_FILE_PATH + url, "_top");
|
||||
// 报名
|
||||
function onLineSignUp(isAgain) {
|
||||
if (!isAllowSign.value) {
|
||||
ElMessage.warning("未在允许报名时间范围内");
|
||||
return;
|
||||
}
|
||||
// if (!isAllowSign.value) {
|
||||
// ElMessage.warning("未在允许报名时间范围内");
|
||||
// return;
|
||||
// }
|
||||
if (data.value.isSignUp && !isAgain) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user