Compare commits
2 Commits
5db1ee877f
...
f48f805d61
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f48f805d61 | ||
|
|
3bb9c7bb5e |
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user