22
This commit is contained in:
parent
98e6ffffff
commit
036be9b27b
@ -763,8 +763,8 @@
|
||||
userAddress: this.userAddress,
|
||||
userCardId: this.userCardId,
|
||||
startTime: this.isSelfStudy ? this.startTime :
|
||||
`${this.borrowTimeData}${this.startTime}`,
|
||||
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`,
|
||||
`${this.borrowTimeData} ${this.startTime}`,
|
||||
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`,
|
||||
counter: this.counter,
|
||||
num: this.num,
|
||||
// applyType:this.applyType
|
||||
@ -790,8 +790,8 @@
|
||||
concatPhone: this.concatPhone,
|
||||
companyName: this.companyName,
|
||||
startTime: this.isSelfStudy ? this.startTime :
|
||||
`${this.borrowTimeData}${this.startTime}`,
|
||||
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData}${this.endTime}`,
|
||||
`${this.borrowTimeData} ${this.startTime}`,
|
||||
endTime: this.isSelfStudy ? this.endTime : `${this.borrowTimeData} ${this.endTime}`,
|
||||
counter: this.counter,
|
||||
num: this.num,
|
||||
stampUrl: this.stampUrl,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user