This commit is contained in:
Lx 2025-04-17 11:17:38 +08:00
parent 457b953046
commit bca7aef387
3 changed files with 647 additions and 604 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,

View File

@ -8,9 +8,6 @@
<scroll-view :style="{ height: scrollHeight + 'px' }" scroll-y="true" class="scroll-view">
<view class="group_3 flex-col">
<image style="width: 100%; height: 100%;" :src="imagesUrl + '/' + courseDetails.photo" />
v-if="courseDetails.photo" />
<u-empty mode="data" text='暂无图片' v-else>
</u-empty>
</view>
<view class="group_4 flex-col">
<view class="section_2 flex-row justify-between">
@ -171,4 +168,4 @@
margin-top: 20rpx;
padding: 10rpx;
}
</style>
</style>