mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 03:16:46 +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";
|
import {USER_INFO} from "@/api/api";
|
||||||
|
|
||||||
console.log("版本3.0.4------------");
|
console.log("版本3.0.5------------");
|
||||||
const store = useStore();
|
const store = useStore();
|
||||||
|
|
||||||
onMounted(() => {
|
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");
|
const download = (url) => window.open(import.meta.env.VITE_BOE_API_URL + import.meta.env.VITE_FILE_PATH + url, "_top");
|
||||||
// 报名
|
// 报名
|
||||||
function onLineSignUp(isAgain) {
|
function onLineSignUp(isAgain) {
|
||||||
if (!isAllowSign.value) {
|
// if (!isAllowSign.value) {
|
||||||
ElMessage.warning("未在允许报名时间范围内");
|
// ElMessage.warning("未在允许报名时间范围内");
|
||||||
return;
|
// return;
|
||||||
}
|
// }
|
||||||
if (data.value.isSignUp && !isAgain) {
|
if (data.value.isSignUp && !isAgain) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user