From 84e766364ffff2535bac0061809464a1c4732b15 Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Fri, 29 Aug 2025 10:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0applyType=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/meetingDetail/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/meetingDetail/index.vue b/pages/meetingDetail/index.vue index 322fea6..5db753e 100644 --- a/pages/meetingDetail/index.vue +++ b/pages/meetingDetail/index.vue @@ -619,7 +619,8 @@ startTime: this.startTime, endTime: this.endTime, counter: this.counter, - num: this.num + num: this.num, + applyType:1 } await this.validateObject(userApplyInfo, this.applyRules) const applyInfo = Object.assign(bookingInfo, userApplyInfo) @@ -641,7 +642,8 @@ endTime: this.endTime, counter: this.counter, num: this.num, - stampUrl: this.stampUrl + stampUrl: this.stampUrl, + applyType:2 } await this.validateObject(userApplyInfo, this.applyRules) this.applyInfo = Object.assign(bookingInfo, userApplyInfo)