Compare commits

...

2 Commits

Author SHA1 Message Date
Leo_Ding
f48f805d61 Merge branch 'main' of https://gitlab.guxuan.icu/Leo_Ding/JinShan_uniapp 2025-08-27 09:43:22 +08:00
Leo_Ding
3bb9c7bb5e 上传印章 2025-08-27 09:43:18 +08:00

View File

@ -632,7 +632,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,
@ -664,7 +665,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) {