| | |
| | | <p><img class="rwmb-1" alt="" src="../../assets/images/tb-8.png" /><span class="zt-ht">学习反思</span> |
| | | </p> |
| | | <textarea v-model="bookData.eight" placeholder="请输入内容" rows="9" class="table-textarea" |
| | | @change="setBookQuestion"></textarea> |
| | | @change="setBookData"></textarea> |
| | | </div> |
| | | <ul class="fl al-fe jc-fe footer-right"> |
| | | <li class="footerText">第一单远</li> |
| | |
| | | </div> |
| | | </div> |
| | | <!-- 18页 --> |
| | | <div class="page-box" page="29"> |
| | | <!-- <div class="page-box" page="29"> |
| | | <div v-if="showPageList.indexOf(29) > -1"> |
| | | <div class="bodystyle"> |
| | | |
| | |
| | | <li class="footerText-left">0~3岁婴幼儿抚育与教育</li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | <!-- 19页 --> |
| | | <div class="page-box" page="30"> |
| | | <!-- <div class="page-box" page="30"> |
| | | <div v-if="showPageList.indexOf(30) > -1"> |
| | | <div class="bodystyle"> |
| | | |
| | |
| | | <li class="footerNumber">19</li> |
| | | </ul> |
| | | </div> |
| | | </div> |
| | | </div> --> |
| | | </div> |
| | | </template> |
| | | <script> |
| | |
| | | this.questionData = JSON.parse(bookQuestion); |
| | | } |
| | | |
| | | const bookData = localStorage.getItem("aurturingAndEducation-book-chapter01-bookData"); |
| | | if (bookData) { |
| | | this.bookData = JSON.parse(bookData); |
| | | } |
| | | |
| | | |
| | | const videoData = localStorage.getItem("aurturingAndEducation-book-chapter01-Data"); |
| | | if (videoData) { |
| | |
| | | JSON.stringify(this.questionData) |
| | | ); |
| | | }, |
| | | setBookData(){ |
| | | localStorage.setItem( |
| | | "aurturingAndEducation-book-chapter01-bookData", |
| | | JSON.stringify(this.bookData) |
| | | ); |
| | | }, |
| | | changeQuestionData() { |
| | | localStorage.removeItem("aurturingAndEducation-book-chapter01-questionData") |
| | | for (let key in this.questionData) { |