| | |
| | | <template> |
| | | <div class="chapter" num="2"> |
| | | <div class="page-box" page="7"> |
| | | <div v-if="showPageList.indexOf(7) > -1"> |
| | | <div class="bodystyle topImg"> |
| | | <h2 id="b001"> |
| | | <img class="img-0" alt="" src="../image/dy1.jpg" /> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="8"> |
| | | <div v-if="showPageList.indexOf(8) > -1"> |
| | | <div class="header"> |
| | | <div class="pageHeader-first"> |
| | | <div class="header-bj"></div> |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="page-box" page="9"> |
| | | <div v-if="showPageList.indexOf(9) > -1"> |
| | | <div class="header"> |
| | | <div class="pageHeader-second"> |
| | | <div class="second-con"> |
| | |
| | | <p class="block"> |
| | | 托育园的孩子正在午睡,值班的保育员感觉很疲惫,就在寝室的一张空床上睡着了。小江海想起床上厕所,但因看不到保育员,一直憋着不敢起来,后来实在憋不住了,只好自己急急忙忙地从床上下来准备去厕所,结果他一下子从床上掉了下去,被床边的椅子碰破了头,又由于憋尿太久,摔倒后造成膀胱受损。 |
| | | </p> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | |
| | | <script> |
| | | import getResourcePath from "@/assets/methods/resources.js"; |
| | | import getQuestionData from "@/assets/methods/examination.js"; |
| | | import testData from "../js/examinationList.js"; |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | |
| | | export default { |
| | | name: "chapter001", |
| | | props: { |
| | | showPageList: { |
| | | type: Array, |
| | | default: [], |
| | | }, |
| | | questionData: { |
| | | type: Object, |
| | | }, |
| | | }, |
| | | data() { |
| | | return { |
| | | picOneUrl: require("../image/0018-1.jpg"), |
| | |
| | | examinations, |
| | | }, |
| | | async created() { |
| | | console.log(this.showPageList,'shoepage') |
| | | const localData = JSON.parse(localStorage.getItem("chapter001")); |
| | | this.chapter001.qustionData = this.questionData |
| | | if (localData) { |
| | | this.chapter001 = { ...Object.assign(this.chapter001, localData) }; |
| | | } |
| | |
| | | this.chapter001.videOneUrl = getResourcePath( |
| | | "68ebd5c05bcb742999a9ebdce4b4bd53" |
| | | ); |
| | | this.chapter001.qustionData = await getQuestionData( |
| | | "1", |
| | | testData[1], |
| | | this.config.activeBook |
| | | ); |
| | | // this.chapter001.qustionData = await getQuestionData( |
| | | // "1", |
| | | // testData[1], |
| | | // this.config.activeBook |
| | | // ); |
| | | }, |
| | | methods: { |
| | | activityOne() { |