This commit is contained in:
Leo_Ding 2025-09-22 17:48:37 +08:00
commit 1e7d3671c1

View File

@ -491,10 +491,10 @@
url: `/pages/docList/index?files=${JSON.stringify(response.data)}&&isSelfStudy=${this.isSelfStudy}` url: `/pages/docList/index?files=${JSON.stringify(response.data)}&&isSelfStudy=${this.isSelfStudy}`
}) })
} }
uni.showToast({ // uni.showToast({
title: '会议室预定成功!', // title: '!',
icon: 'success' // icon: 'success'
}); // });
// const result = await downloadPdfFiles(response); // const result = await downloadPdfFiles(response);
// console.log(':', result); // console.log(':', result);