| | |
| | | <h4 id="d045"> |
| | | ▶▶ 活动3:冲调配方奶<span class="fontsz1">>>>>>>>></span> |
| | | </h4> |
| | | <p><br /></p> |
| | | <!-- <div class="bk-sys"> |
| | | <div class="bj1-sys"> |
| | | <p class="left"> |
| | |
| | | <h4 id="d061"> |
| | | ▶▶ 应用与实践<span class="fontsz1">>>>>>>>></span> |
| | | </h4> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 云测试:单元五应用与实践<img |
| | | src="../icons/sub.png" |
| | | @click="activityThree" |
| | | alt="" |
| | | /> |
| | | </div> |
| | | <div |
| | | v-if="chapter005.idOpenThree && chapter005.qustionData[3]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :cardList="chapter005.qustionData[3]" /> |
| | | </div> |
| | | </div> |
| | | <p><br /></p> |
| | | <!-- <p><br /></p> |
| | | <div class="bk-sys"> |
| | |
| | | @blur="onBlurChange('desc')" |
| | | ></textarea> |
| | | </div> |
| | | <div class="tips-bk"> |
| | | <div class="bj-tip"> |
| | | 云测试:单元五应用与实践<img |
| | | src="../icons/sub.png" |
| | | @click="activityThree" |
| | | alt="" |
| | | /> |
| | | </div> |
| | | <div |
| | | v-if="chapter005.idOpenThree && chapter005.qustionData[94]" |
| | | class="tips-file" |
| | | > |
| | | <examinations :primaryColor="'#f49a4c'" :cardList="chapter005.qustionData[94]" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <script> |
| | | // import getResourcePath from "@/assets/methods/resources.js"; |
| | | // import getQuestionData from "@/assets/methods/examination.js"; |
| | | 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"; |
| | | import examinations from "@/components/examinations/index.vue"; |
| | | |
| | | export default { |
| | | name: "chapter005", |
| | |
| | | isScore1Open: true, |
| | | isScore2Open: true, |
| | | isScore3Open: true, |
| | | isScore4Open:true, |
| | | qustionData: {}, |
| | | // 冲调配方奶 |
| | | publicHeader: ["序号", "考核内容", "配分", "评分标准", "扣分", "得分"], |
| | |
| | | }; |
| | | }, |
| | | components: { |
| | | // examinations, |
| | | examinations, |
| | | }, |
| | | created() { |
| | | async created() { |
| | | const localData = JSON.parse(localStorage.getItem("chapter005")); |
| | | if (localData) { |
| | | this.chapter005 = { ...Object.assign(this.chapter005, localData) }; |
| | | } |
| | | // this.chapter005.videOneUrl = getResourcePath("439b0bde62a5098875c77e2492676577"); |
| | | // this.chapter005.videoTwoUrl = getResourcePath("1a878261410b01ee8e4e0602a1fe935f"); |
| | | // this.chapter005.videoFourUrl = getResourcePath("6cf2619beb704b3d79de04f0775c8ba3"); |
| | | // this.chapter005.videoFiveUrl = getResourcePath("8400384441ad9236d5eab24f500ec2c7"); |
| | | this.chapter005.videOneUrl = getResourcePath("439b0bde62a5098875c77e2492676577"); |
| | | this.chapter005.videoTwoUrl = getResourcePath("1a878261410b01ee8e4e0602a1fe935f"); |
| | | this.chapter005.videoFourUrl = getResourcePath("6cf2619beb704b3d79de04f0775c8ba3"); |
| | | this.chapter005.videoFiveUrl = getResourcePath("8400384441ad9236d5eab24f500ec2c7"); |
| | | this.chapter005.videOneUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=439b0bde62a5098875c77e2492676577"; |
| | | this.chapter005.videoTwoUrl = |
| | |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=6cf2619beb704b3d79de04f0775c8ba3"; |
| | | this.chapter005.videoFiveUrl = |
| | | "https://jsek.bnuic.com/file/api/ApiDownload?md5=8400384441ad9236d5eab24f500ec2c7"; |
| | | // this.chapter005.qustionData = await getQuestionData("5",testData[5]); |
| | | this.chapter005.qustionData = await getQuestionData("5",testData[5],this.config.activeBook); |
| | | }, |
| | | methods: { |
| | | activityOne() { |