| | |
| | | </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" |
| | |
| | | }; |
| | | }, |
| | | async mounted() { |
| | | this.getResourcePath = getResourcePath; |
| | | this.getVideoPath(); |
| | | const localData = localStorage.getItem("chapterOneData"); |
| | | if (localData) { |
| | |
| | | }, |
| | | saveChapterOneData() { |
| | | // 记录第一张输入数据 |
| | | console.log("20miao"); |
| | | this.saveTime = 20; |
| | | console.log(this.chapterOneData); |
| | | localStorage.setItem( |
| | | "chapterOneData", |
| | | JSON.stringify(this.chapterOneData) |