This commit is contained in:
qiuyuan 2025-09-16 13:37:11 +08:00
parent 98e6ffffff
commit 036be9b27b

View File

@ -763,8 +763,8 @@
userAddress: this.userAddress, userAddress: this.userAddress,
userCardId: this.userCardId, userCardId: this.userCardId,
startTime: this.isSelfStudy ? this.startTime : startTime: this.isSelfStudy ? this.startTime :
`${this.borrowTimeData}${this.startTime}`, `${this.borrowTimeData} ${this.startTime}`,
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`, endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`,
counter: this.counter, counter: this.counter,
num: this.num, num: this.num,
// applyType:this.applyType // applyType:this.applyType
@ -790,8 +790,8 @@
concatPhone: this.concatPhone, concatPhone: this.concatPhone,
companyName: this.companyName, companyName: this.companyName,
startTime: this.isSelfStudy ? this.startTime : startTime: this.isSelfStudy ? this.startTime :
`${this.borrowTimeData}${this.startTime}`, `${this.borrowTimeData} ${this.startTime}`,
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`, endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`,
counter: this.counter, counter: this.counter,
num: this.num, num: this.num,
stampUrl: this.stampUrl, stampUrl: this.stampUrl,