Browse Source

feat: add 1.7.1 calcStatus

gemercheung 1 year ago
parent
commit
7fb5580d88
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/qjkankan-view/src/pages/showMobile.vue

+ 1 - 0
packages/qjkankan-view/src/pages/showMobile.vue

@@ -47,6 +47,7 @@ import { useApp } from "@/app";
 import { useWxShared } from "@/hooks/useWxshared";
 import { useAudio } from "@/hooks/useAudio";
 import { useI18n, getLocale } from "@/i18n";
+import { Dialog } from "@/global_components";
 const { t } = useI18n({ useScope: "global" });
 
 const { initWxShare } = useWxShared();