闫增涛
2024-11-21 cc467a98ee4db210fe41a749546e45ff7240c652
src/books/mathBook/view/components/index.vue
@@ -189,7 +189,7 @@
    // 测试页面跳转
     setTimeout(() => {
     this.gotoPage(2,50);
     this.gotoPage(2,16);
    //   //   setTimeout(() => {
    //   //     this.renderSign("Highlight", {
    //   //       id: "2ACA9359",
@@ -954,6 +954,7 @@
                  cardList[3].infoList.push(item);
                }
                if (item.questionType == "shortAnswer" ||item.questionType == "formula") {
                  if(typeof item.userAnswer != 'string') console.log('失败',item);
                  cardList[4].infoList.push(item);
                }
              }