@@ -13,6 +13,7 @@ export const preViewFile=fileurl=>{
const tempFilePath = res.tempFilePath;
uni.openDocument({
filePath:tempFilePath,
+ showMenu:true,
success() {
console.log('打开成功');
},