diff --git a/pages/meetingDetail/index.vue b/pages/meetingDetail/index.vue index 8698116..d6a1820 100644 --- a/pages/meetingDetail/index.vue +++ b/pages/meetingDetail/index.vue @@ -579,7 +579,8 @@ } if (this.applyType === 2) { if (!this.stampUrl) return uni.showToast({ - title: '请上传印章' + title: '请上传印章', + icon:'none' }) const userApplyInfo = { concatName: this.concatName, @@ -611,7 +612,7 @@ throw new Error('会议室预定失败'); } uni.showToast({ - title: '会议室预定成功!', + title: '预约完成,请致电社区,并关注预约记录留意审核状态,谢谢!', icon: 'success' }); if (res.success == true) {