Преглед изворни кода

Merge branch 'iteration-20250107-url'

lex-xin пре 6 месеци
родитељ
комит
a48c75b2bf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/teacher/statistics/home-statistics/index.tsx

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

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