zhongshujie
6 小时以前 30d147c4c92dbfd5ca1b2f8c24a617dc82d2d25b
src/books/mathBook/view/components/index.vue
@@ -50,6 +50,7 @@
</template>
<script>
import Vue from "vue";
import axios from "axios";
import pageHeader from "./header.vue";
import chapterOne from "./chapter001.vue";
@@ -189,7 +190,7 @@
    // 测试页面跳转
    //  setTimeout(() => {
    //  this.gotoPage(3,72);
    //  this.gotoPage(4,79);
    //   //   setTimeout(() => {
    //   //     this.renderSign("Highlight", {
    //   //       id: "2ACA9359",
@@ -871,7 +872,7 @@
            console.log("暂无数据");
          }
        })
        .catch((res) => {
        .catch(() => {
          console.log("index 请求题目收藏id报错");
        });
      console.log('收藏id',this.collectId);