Compare commits

..

2 Commits

Author SHA1 Message Date
Leo_Ding
056bdacf76 Merge branch 'main' of https://gitlab.guxuan.icu/Leo_Ding/JinShan_uniapp 2025-08-29 10:15:23 +08:00
Leo_Ding
84e766364f 上传applyType参数 2025-08-29 10:15:19 +08:00

View File

@ -619,7 +619,8 @@
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)
@ -641,7 +642,8 @@
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)