Bläddra i källkod

健康分析报告小程序码强制弹窗关闭条件

cc12458 1 vecka sedan
förälder
incheckning
9beb55418d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/modules/report/report.page.vue

+ 1 - 1
src/modules/report/report.page.vue

@@ -20,7 +20,7 @@ const hidePulseExceptionTemplate = computed(() => platformIsAIO())
 const Visitor = useVisitor();
 const id = useRouteParams<string>('id', Visitor.reportId);
 const scrollable = ref(true);
-const closeable = computed(() => !data.value.payLock);
+const closeable = computed(() => !data.value.payLock || data.value.page.printable || data.value.page.jumpable);
 const { data, loading } = useWatcher(() => getReportMethod(id.value), [ id ], {
   initialData: {
     descriptionsTable: { column: [], data: [] },