上传印章

This commit is contained in:
Leo_Ding 2025-08-27 09:43:18 +08:00
parent 2376a9eaf2
commit 3bb9c7bb5e

View File

@ -579,7 +579,8 @@
} }
if (this.applyType === 2) { if (this.applyType === 2) {
if (!this.stampUrl) return uni.showToast({ if (!this.stampUrl) return uni.showToast({
title: '请上传印章' title: '请上传印章',
icon:'none'
}) })
const userApplyInfo = { const userApplyInfo = {
concatName: this.concatName, concatName: this.concatName,
@ -611,7 +612,7 @@
throw new Error('会议室预定失败'); throw new Error('会议室预定失败');
} }
uni.showToast({ uni.showToast({
title: '会议室预定成功!', title: '预约完成,请致电社区,并关注预约记录留意审核状态,谢谢!',
icon: 'success' icon: 'success'
}); });
if (res.success == true) { if (res.success == true) {