Compare commits
2 Commits
a29a8ce74a
...
4720e60dff
Author | SHA1 | Date | |
---|---|---|---|
4720e60dff | |||
bca7aef387 |
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user