上传印章
This commit is contained in:
parent
2376a9eaf2
commit
3bb9c7bb5e
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user