소스 검색

feat: add 1.7.1 calcStatus

gemercheung 1 년 전
부모
커밋
29c09b450e
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      packages/qjkankan-view/src/pages/show.vue
  2. 1 1
      packages/qjkankan-view/src/pages/showMobile.vue

+ 2 - 2
packages/qjkankan-view/src/pages/show.vue

@@ -75,8 +75,8 @@ onMounted(async () => {
 
   if (calcStatus === 0) {
     Dialog.alert(
-      t('common.calcing')
-    );
+        t('common.calcing')
+      );
     return
   }
 

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

@@ -39,7 +39,7 @@ import {
   watch,
   nextTick,
 } from "vue";
-import { getPanoInfo, checkWork } from "@/apis";
+import { getPanoInfo, checkWork, exchangeId } from "@/apis";
 import { useStore } from "vuex";
 import config from "@/utils/config";
 import browser from "@/utils/browser";