| | |
| | | // artInitiationForAges0to3 // 0~3岁婴幼儿艺术启蒙 |
| | | // toddlerSportsSafetyProtection // 0~3岁婴幼儿运动安全与保护 |
| | | // behaviorObserveAndGuid 婴幼儿行为观察与指导 |
| | | console.log("debugger", process.env); |
| | | this.activeBook = await this.config.getBookConfig( |
| | | process.env.VUE_APP_RESOURCE_CTX + |
| | | (process.env.VUE_APP_ENV == "product" |
| | | ? process.env.VUE_APP_BOOK_ID |
| | | : "artInitiationForAges0to3") |
| | | : "mathBook") |
| | | ); |
| | | // this.activeBook = await this.config.getBookConfig( |
| | | // 'http://182.92.203.7:3007/books/resource/'+ |
| | | // (process.env.VUE_APP_ENV == "product" |
| | | // ? process.env.VUE_APP_BOOK_ID |
| | | // : "botany") |
| | | // ); |
| | | // 测试试读30页 |
| | | // this.activeBook.tryPageCount = 10; |
| | | this.config.activeBook = this.activeBook; |
| | |
| | | </p> |
| | | </div> |
| | | <div class="right" style="width: 60%"> |
| | | <!-- config.resourceCtx + '/video/chapterOne/专题一:学前儿童眼睛的生理特点与保健.mp4' --> |
| | | <video |
| | | :src="pathTwo" |
| | | poster="../../../assets/images/chapterOne/people-video-img.jpg" |
| | |
| | | }, 500); |
| | | |
| | | // 测试页面跳转 |
| | | // setTimeout(() => { |
| | | // this.gotoPage(4,79); |
| | | // // setTimeout(() => { |
| | | // // this.renderSign("Highlight", { |
| | | // // id: "2ACA9359", |
| | | // // txt: "题一学习主题一 运动", |
| | | // // page: "10", |
| | | // // type: "Highlight", |
| | | // // color: "#F5E12A" |
| | | // // }); |
| | | // // setTimeout(() => { |
| | | // // this.delSign({ |
| | | // // ids: ["2ACA9359"] |
| | | // // }); |
| | | // // }, 2000); |
| | | // // }, 5000); |
| | | |
| | | // // const pageDom = (this.container ? this.container : document) |
| | | // // .querySelector("#app") |
| | | // // .querySelectorAll(".page-box"); |
| | | // // 检索 |
| | | // // console.log(this.searchTextByPage("保护内脏器官"), "searchTextByPage"); |
| | | // // 检索跳转 |
| | | // // this.searchItemLocation({ |
| | | // // catalog: 2, |
| | | // // page: 10, |
| | | // // txt: " 运动系统是由骨、骨连结和骨骼肌三部分组成的。全身的骨通过骨连结组成人体骨骼(见图1-1)。骨骼是人体的支架,具有保护内脏器官、供肌肉附着和作为肌肉运动的杠杆等作用。在神经系统的支配下,肌肉收缩牵动所附着的骨绕着关节转动,使身体产生各种动作。所以,运动系统具有运动、支持和保护等功能,幼年时期的骨骼还具有造血功能。 ", |
| | | // // txtIndex: 57 |
| | | // // }); |
| | | // }, 500); |
| | | setTimeout(() => { |
| | | this.gotoPage(3,51) |
| | | }, 500); |
| | | |
| | | // 获取题目id列表 |
| | | this.getQuestionId(); |
| | |
| | | imgData.setAttribute("crossOrigin", ""); |
| | | } |
| | | imgData.onload = () => { |
| | | this.context.drawImage(imgData, 0, 0, this.imgWidth, this.imgHeight); |
| | | this.context.drawImage(imgData, 0, 0, Math.min(window.innerWidth,this.imgWidth),this.imgHeight); |
| | | }; |
| | | }; |
| | | resetCanvas(); |
| | |
| | | display: flex; |
| | | justify-content: space-around; |
| | | align-items: center; |
| | | flex-wrap: wrap; |
| | | height: 88px; |
| | | } |
| | | |