@@ -231,7 +231,7 @@
const openRes = await uni.openDocument({
filePath: dres.tempFilePath,
fileType: 'pdf',
- showMenu: true // 允许用户转发/保存等
+ showMenu: false
});
uni.hideLoading();
@@ -112,7 +112,7 @@