diff --git a/pages/sign/sign.vue b/pages/sign/sign.vue index 2e29393..8ef81ae 100644 --- a/pages/sign/sign.vue +++ b/pages/sign/sign.vue @@ -491,10 +491,10 @@ url: `/pages/docList/index?files=${JSON.stringify(response.data)}&&isSelfStudy=${this.isSelfStudy}` }) } - uni.showToast({ - title: '会议室预定成功!', - icon: 'success' - }); + // uni.showToast({ + // title: '会议室预定成功!', + // icon: 'success' + // }); // const result = await downloadPdfFiles(response); // console.log('下载结果:', result);