| | |
| | | </h6> |
| | | <p class="blockh6-c"> |
| | | <span class="img center dl-bl w100">专题二 学习主题一</span> |
| | | <examinations v-if="questionData" :cardList="questionData[54]" /> |
| | | <examinations v-if="questionData && questionData[54]" :cardList="questionData[54]" /> |
| | | </p> |
| | | <h2 class="module_block" id="b011"> |
| | | <div class="custom1">学习主题二</div> |
| | |
| | | <p class="blockh6-c"> |
| | | <!-- <img class="img-g" alt="" src="image/0062-1.jpg" /><br /> --> |
| | | <span class="img center dl-bl w100">专题二 学习主题二</span> |
| | | <examinations v-if="questionData" :cardList="questionData[57]" /> |
| | | <examinations v-if="questionData && questionData[57]" :cardList="questionData[57]" /> |
| | | </p> |
| | | <p class="custom_tag"><b>•资料链接•</b></p> |
| | | <div class="fieldset"> |
| | |
| | | <!-- <img class="img-g" alt="" src="image/0065-1.jpg" /><br /> --> |
| | | <span class="img center dl-bl w100">专题二 学习主题三</span> |
| | | <examinations |
| | | v-if="questionData" |
| | | v-if="questionData && questionData[60]" |
| | | :cardList="questionData[60]" |
| | | :chapter="2" |
| | | :page="52" |
| | |
| | | <p class="blockh6-c"> |
| | | 学习完本专题,你的学习效果如何呢?咱们一起来扫码测一测吧!<br /> |
| | | <span class="img">过关检测(资格考试模拟题)1</span><br /> |
| | | <examinations v-if="questionData" :cardList="questionData[62][1]" /> |
| | | <examinations v-if="questionData && questionData[62][1]" :cardList="questionData[62][1]" /> |
| | | <span class="span-border"></span> |
| | | <span class="img mt-20 dl-bl">过关检测(资格考试模拟题)2</span> |
| | | <examinations v-if="questionData" :cardList="questionData[62][2]" /> |
| | | <examinations v-if="questionData && questionData[62][2]" :cardList="questionData[62][2]" /> |
| | | </p> |
| | | <h6 class="Conclusion-title4">•学习反思•</h6> |
| | | <p class="blockh6 m0-t0 fl fl-di fl-cn"> |
| | |
| | | |
| | | <script> |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | import getResourcePath from "@/assets/methods/resources"; |
| | | import {getResourcePath} from "@/assets/methods/resources"; |
| | | export default { |
| | | name: "chapterTwo", |
| | | components: { examinations }, |
| | |
| | | }, |
| | | showPageList:{ |
| | | type:Array |
| | | }, |
| | | isSearch:{ |
| | | type:Boolean, |
| | | default:false |
| | | } |
| | | }, |
| | | data() { |
| | |
| | | }; |
| | | }, |
| | | async mounted() { |
| | | const localData = localStorage.getItem("chapterTwoData"); |
| | | if(!this.isSearch) { |
| | | const localData = localStorage.getItem("chapterTwoData"); |
| | | if (localData) { |
| | | this.chapterTwoData = JSON.parse(localData); |
| | | } |
| | |
| | | } |
| | | }, 1000); |
| | | this.getVideoPath(); |
| | | } |
| | | }, |
| | | unmounted() { |
| | | if (window.timerTwo) { |
| | |
| | | this.$data.videoState = !this.$data.videoState; |
| | | } |
| | | }, |
| | | getVideoPath() { |
| | | this.$data.pathOne = getResourcePath("e2b2b610e8b77c82bad7cf94c7986646"); |
| | | this.$data.pathTwo = getResourcePath("b11b51863da2a4e7e21c73358fa96c1e"); |
| | | this.$data.pathThree = getResourcePath( |
| | | async getVideoPath() { |
| | | this.$data.pathOne = await getResourcePath("e2b2b610e8b77c82bad7cf94c7986646"); |
| | | this.$data.pathTwo = await getResourcePath("b11b51863da2a4e7e21c73358fa96c1e"); |
| | | this.$data.pathThree = await getResourcePath( |
| | | "67cf97bd8295dc3aeb46982c574df8d0" |
| | | ); |
| | | }, |