From 634218ee2d1fce27b6704bd5ed828ed1b707dc8b Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Mon, 11 Nov 2024 10:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=93=E8=82=B2=E6=B4=BB=E5=8A=A8=E6=8A=A5?= =?UTF-8?q?=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/platform/activity/school/ActivityApply.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/views/platform/activity/school/ActivityApply.html b/src/main/resources/views/platform/activity/school/ActivityApply.html index 76a4204..b4b23e9 100644 --- a/src/main/resources/views/platform/activity/school/ActivityApply.html +++ b/src/main/resources/views/platform/activity/school/ActivityApply.html @@ -1825,7 +1825,11 @@ layout("/layouts/platform.html"){ let flag = true let msg = null - await this.apply() + if(this.eventData.projectType === '2'){ + await this.apply() + }else{ + await this.apply1() + } if (flag1) {