From 7e3037000e64642c69bc764e5438098bf2583370 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 13 六月 2024 10:10:19 +0800
Subject: [PATCH] 优化

---
 src/books/math/view/components/chapter001.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/books/math/view/components/chapter001.vue b/src/books/math/view/components/chapter001.vue
index 20c25d1..94fe450 100644
--- a/src/books/math/view/components/chapter001.vue
+++ b/src/books/math/view/components/chapter001.vue
@@ -763,12 +763,7 @@
                 }
                 }
               }
-              // this.questionData = res.data.data
-            } else {
-              // this.questionData = res.data.data;
-            }
-          } else {
-            // this.questionData = res.data.data;
+            } 
           }
           this.questionData = res.data.data;
         });

--
Gitblit v1.9.1