Compare commits

..

No commits in common. "f48f805d6111ef8cbae482f9959d2c7afcc8a6f1" and "5db1ee877fc01990b9a952532f5d56ec834eb430" have entirely different histories.

View File

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