浏览代码

Merge branch 'iteration-scroll-style'

lex 1 年之前
父节点
当前提交
bf9cf13f44
共有 1 个文件被更改,包括 4 次插入1 次删除
  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)