浏览代码

Merge branch 'iteration-20250107-url' into ponline

lex-xin 2 月之前
父节点
当前提交
707f9c6017
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/teacher/statistics/home-statistics/index.tsx

+ 2 - 2
src/teacher/statistics/home-statistics/index.tsx

@@ -266,8 +266,8 @@ export default defineComponent({
             }
           })
           .then(res => {
-            const checked = res.data.checked ? true : false
-            if (checked) {
+            const checked = res.data.check ? true : false
+            if (!checked) {
               getHeight()
             }
           })