修复bug

This commit is contained in:
Leo_Ding 2025-09-09 10:55:27 +08:00
parent 83d5a99629
commit 092c32a56d

View File

@ -659,6 +659,7 @@
applyType:2 applyType:2
} }
await this.validateObject(userApplyInfo, this.applyRules) await this.validateObject(userApplyInfo, this.applyRules)
const app = getApp()
app.globalData.applyInfo = Object.assign(bookingInfo, userApplyInfo) app.globalData.applyInfo = Object.assign(bookingInfo, userApplyInfo)
this.readShow=true this.readShow=true
} }