Compare commits

..

No commits in common. "056bdacf7686c3fba368d9c7f7684abbd49a9c19" and "41847c13173e9369ba7d4c2fa2cf0cb0d989fe13" have entirely different histories.

View File

@ -619,8 +619,7 @@
startTime: this.startTime, startTime: this.startTime,
endTime: this.endTime, endTime: this.endTime,
counter: this.counter, counter: this.counter,
num: this.num, num: this.num
applyType:1
} }
await this.validateObject(userApplyInfo, this.applyRules) await this.validateObject(userApplyInfo, this.applyRules)
const applyInfo = Object.assign(bookingInfo, userApplyInfo) const applyInfo = Object.assign(bookingInfo, userApplyInfo)
@ -642,8 +641,7 @@
endTime: this.endTime, endTime: this.endTime,
counter: this.counter, counter: this.counter,
num: this.num, num: this.num,
stampUrl: this.stampUrl, stampUrl: this.stampUrl
applyType:2
} }
await this.validateObject(userApplyInfo, this.applyRules) await this.validateObject(userApplyInfo, this.applyRules)
this.applyInfo = Object.assign(bookingInfo, userApplyInfo) this.applyInfo = Object.assign(bookingInfo, userApplyInfo)