소스 검색

查看报告去掉右上角的菜单

htc 3 달 전
부모
커밋
7c6828ca47
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pagesHome/components/report/generateList.vue
  2. 1 1
      pagesHome/components/report/receiveList.vue

+ 1 - 1
pagesHome/components/report/generateList.vue

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

+ 1 - 1
pagesHome/components/report/receiveList.vue

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