Compare commits

...

2 Commits

Author SHA1 Message Date
Lx
4720e60dff Merge remote-tracking branch 'origin/master' 2025-04-17 11:17:44 +08:00
Lx
bca7aef387 0417-3 2025-04-17 11:17:38 +08:00
2 changed files with 646 additions and 600 deletions

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,8 @@
if (options.data) {
this.contractData = JSON.parse(decodeURIComponent(options.data));
this.callback = options.callback;
this.tenantId = this.contractData.tenantId
console.log('options', this.contractData)
}
this.callback = options.callback;
this.userData = uni.getStorageSync('userInfo');
@ -122,11 +124,11 @@
async signatureChange(e) {
this.imgUrl = e
let res = await request({
url: '/app-api/small/driveSchool/obtainContract',
url: '/app-api/small/driveSchool/obtainContract/add',
method: 'post',
data: {
userName: this.contractData.name,
tenantId: this.tenantId,
tenantId: this.contractData.tenantId,
userId: this.userData.id,
content: this.content,
userUrl: this.userUrl,