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) {