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)