闫增涛
2024-05-29 3465a4b37d56e4a737309ebb7f2965dfcb2090a0
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);
                }
              }
            }