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