| | |
| | | <span class="fl fl-cn mb-20"> |
| | | <span class="learn-title-text">自主学习任务单:</span> |
| | | <span class="t0" >专题一学习主题一 运动系统自主学习任务单</span> |
| | | <img |
| | | src="../../../assets/images/icon/document.png" |
| | | <svg @click="changeResources('learnTbaleOne')" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="btn theme-color theme-border icon icon-tabler icons-tabler-outline icon-tabler-list-details"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M13 5h8" /><path d="M13 9h5" /><path d="M13 15h8" /><path d="M13 19h5" /><path d="M3 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /><path d="M3 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" /></svg> |
| | | <!-- <img |
| | | src="../../../assets/images/icon/list-details.svg" |
| | | alt="" |
| | | @click="changeResources('learnTbaleOne')" |
| | | style="margin-left: 10px" |
| | | style="margin-left: 10px;" |
| | | class="btn" |
| | | /> |
| | | /> --> |
| | | </span> |
| | | <table |
| | | v-if="learnTbaleOne" |
| | |
| | | cellspacing="0" |
| | | class="w100 table-br-color" |
| | | > |
| | | <!-- <caption class="fw-b" style="font-size: 18px; margin: 20px 0"> |
| | | 自主学习任务单:专题一学习主题一 运动系统自主学习任务单 |
| | | </caption> --> |
| | | <tr> |
| | | <th class="primary-color">一、学习指南</th> |
| | | </tr> |
| | |
| | | <span class="fl fl-cn mb-20"> |
| | | <span class="learn-title-text">视频:</span> |
| | | <span class="t0">人体概述</span> |
| | | <img |
| | | src="../../../assets/images/icon/video.png" |
| | | alt="" |
| | | @click="changeResources('videoOne')" |
| | | style="margin-left: 10px" |
| | | class="btn" |
| | | /> |
| | | <svg @click="changeResources('videoOne')" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="btn icon icon-tabler icons-tabler-outline icon-tabler-video"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M15 10l4.553 -2.276a1 1 0 0 1 1.447 .894v6.764a1 1 0 0 1 -1.447 .894l-4.553 -2.276v-4z" /><path d="M3 6m0 2a2 2 0 0 1 2 -2h8a2 2 0 0 1 2 2v8a2 2 0 0 1 -2 2h-8a2 2 0 0 1 -2 -2z" /></svg> |
| | | </span> |
| | | <span v-if="videoOne"> |
| | | <video |
| | |
| | | <span class="fl fl-cn mb-20"> |
| | | <span class="learn-title-text">云测试:</span> |
| | | <span class="t0">人体概述</span> |
| | | <img |
| | | src="../../../assets/images/icon/topic.png" |
| | | <svg @click="changeResources('testOne')" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="btn icon icon-tabler icons-tabler-outline icon-tabler-ballpen"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 6l7 7l-4 4" /><path d="M5.828 18.172a2.828 2.828 0 0 0 4 0l10.586 -10.586a2 2 0 0 0 0 -2.829l-1.171 -1.171a2 2 0 0 0 -2.829 0l-10.586 10.586a2.828 2.828 0 0 0 0 4z" /><path d="M4 20l1.768 -1.768" /></svg> |
| | | <!-- <img |
| | | src="../../../assets/images/icon/ballpen.svg" |
| | | alt="" |
| | | @click="changeResources('testOne')" |
| | | style="margin-left: 10px" |
| | | class="btn" |
| | | /> |
| | | /> --> |
| | | </span> |
| | | <examinations |
| | | v-if="testOne && questionData" |
| | |
| | | |
| | | <script> |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import evenHeaderVue from '../../components/pageHeader/evenHeader.vue'; |
| | | import oddHeaderVue from '../../components/pageHeader/oddHeader.vue'; |
| | | import getResourcePath from '@/assets/methods/resources' |
| | | import getQuestionData from '@/assets/methods/examination' |
| | | import testData from '../../../assets/examinationList' |
| | | export default { |
| | | name: "chapter-one", |
| | | components: { examinations,evenHeaderVue,oddHeaderVue }, |
| | | components: { examinations }, |
| | | props: {}, |
| | | data() { |
| | | return { |