闫增涛
2024-05-29 1dee69cf56598b674fafc310be1ea06b8fa1d8a3
src/books/childHealth/view/content/components/chapter001.vue
@@ -1029,7 +1029,7 @@
            </div>
            <div class="right" style="width: 60%">
              <video
                :src="pathFive"
                :src="getResourcePath('163c06871b763954952d1cd74373c618')"
                poster="../../../assets/images/chapterOne/people-video-img.jpg"
                webkit-playsinline="true"
                x-webkit-airplay="true"
@@ -4854,6 +4854,7 @@
    };
  },
  async mounted() {
    this.getResourcePath = getResourcePath;
    this.getVideoPath();
    const localData = localStorage.getItem("chapterOneData");
    if (localData) {
@@ -4924,9 +4925,7 @@
    },
    saveChapterOneData() {
      // 记录第一张输入数据
      console.log("20miao");
      this.saveTime = 20;
      console.log(this.chapterOneData);
      localStorage.setItem(
        "chapterOneData",
        JSON.stringify(this.chapterOneData)