From cf5da4d6eddca4bc20e484928653af4fc45887cc Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 13 Jul 2023 10:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=90=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/views/faceteach/FaceTeachSignUp.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8f5eb2e..9635071 100644 --- a/src/App.vue +++ b/src/App.vue @@ -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(() => { diff --git a/src/views/faceteach/FaceTeachSignUp.vue b/src/views/faceteach/FaceTeachSignUp.vue index 4f6adf0..d45d01d 100644 --- a/src/views/faceteach/FaceTeachSignUp.vue +++ b/src/views/faceteach/FaceTeachSignUp.vue @@ -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; }