Browse Source

Merge branch 'iteration-scroll-style'

lex 1 year ago
parent
commit
bf9cf13f44
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/page-instrument/view-evaluat-report/index.tsx

+ 4 - 1
src/page-instrument/view-evaluat-report/index.tsx

@@ -53,7 +53,10 @@ export default defineComponent({
       detailData.paddingLeft = 20 + "px";
     };
     onBeforeMount(() => {
-      getAPPData();
+      const query: any = getQuery();
+      if (query.platform !== "webTeacher") {
+        getAPPData();
+      }
       api_setStatusBarVisibility();
     });
     // console.log(route.params, query)