YM
2024-05-29 3002c5f4593c91cbd5dd8bc684c3800eff9ab122
src/books/childHealth/view/content/index.vue
@@ -556,6 +556,7 @@
                      testData[catalog][page],
                      this.config.activeBook
                    );
                  } else {
                    const obj = {};
                    for (let key in testData[catalog][page]) {
@@ -567,6 +568,7 @@
                    }
                    this.questionData[page] = obj;
                  }
                  console.log('题目',this.questionData);
                }
              }
            }