Explorar o código

Merge branch 'iteration-20250107-url' into ponline

lex-xin hai 6 meses
pai
achega
707f9c6017
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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()
             }
           })