闫增涛
2024-06-13 7e3037000e64642c69bc764e5438098bf2583370
优化
3个文件已修改
10 ■■■■■ 已修改文件
src/App.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/English/view/components/chapter001.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/books/math/view/components/chapter001.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -79,7 +79,7 @@
        // artAndDance
        // artAndDrama
        // math
        this.config.resourceCtx + "math"
        this.config.resourceCtx + "artAndDrama"
      );
      // 测试试读30页
      // this.activeBook.tryPageCount = 10;
src/books/English/view/components/chapter001.vue
@@ -2672,6 +2672,7 @@
      };
    },
    setBookQuestion() {
      console.log('保存');
      localStorage.setItem(
        "english-book-question-one",
        JSON.stringify(this.questionData)
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;
        });