From 58a1f8c0fe7c46f21382f6359be02a8e375ece04 Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期三, 05 六月 2024 17:59:48 +0800 Subject: [PATCH] 体育与健康样章 --- src/books/lifeCare/view/chapter007.vue | 58 +++++++++++++++++++++++++++------------------------------- 1 files changed, 27 insertions(+), 31 deletions(-) diff --git a/src/books/lifeCare/view/chapter007.vue b/src/books/lifeCare/view/chapter007.vue index 13d9d96..929798e 100644 --- a/src/books/lifeCare/view/chapter007.vue +++ b/src/books/lifeCare/view/chapter007.vue @@ -2567,7 +2567,7 @@ </div> </template> <script> -import {getResourcePath} from "@/assets/methods/resources.js"; +import { getResourcePath } from "@/assets/methods/resources.js"; import examinations from "@/components/examinations/index.vue"; import { getFileMd5, getPublicImage } from "../js/tool.js"; @@ -2580,6 +2580,10 @@ }, questionData: { type: Object, + }, + isSearch: { + type: Boolean, + default: false, }, }, data() { @@ -2604,7 +2608,7 @@ pictrueList: [], pictrueListTwo: [], pictrueListThree: [], - pictrueListFour:[], + pictrueListFour: [], qustionData: {}, // 鍒涜鑹ソ鐫$湢鐜鐨勮瘎鍒嗘爣鍑� publicHeader: ["搴忓彿", "鑰冩牳鍐呭", "閰嶅垎", "璇勫垎鏍囧噯", "鎵e垎", "寰楀垎"], @@ -2841,35 +2845,27 @@ examinations, }, async created() { - const localData = JSON.parse(localStorage.getItem("chapter007")); - if (localData) { - this.chapter007 = { ...Object.assign(this.chapter007, localData) }; + if (!this.isSearch) { + const localData = JSON.parse(localStorage.getItem("chapter007")); + if (localData) { + this.chapter007 = { ...Object.assign(this.chapter007, localData) }; + } + this.chapter007.videOneUrl = await getResourcePath( + "3c35b62a39cf8beddc28c5c1c8a847ec" + ); + this.chapter007.videoTwoUrl = await getResourcePath( + "4731be836c5c625584c3c94a61249cc9" + ); + this.chapter007.videoFourUrl = await getResourcePath( + "4889c1899ed5716aeea6ca031cd3136d" + ); + this.chapter007.videoFiveUrl = await getResourcePath( + "a1d60d7c5322d531939118c1aaf8feb7" + ); + this.chapter007.videoSixUrl = await getResourcePath( + "f92c68faa37e1f6ce9ca50f234ddad90" + ); } - this.chapter007.videOneUrl = await getResourcePath( - "3c35b62a39cf8beddc28c5c1c8a847ec" - ); - this.chapter007.videoTwoUrl = await getResourcePath( - "4731be836c5c625584c3c94a61249cc9" - ); - this.chapter007.videoFourUrl = await getResourcePath( - "4889c1899ed5716aeea6ca031cd3136d" - ); - this.chapter007.videoFiveUrl = await getResourcePath( - "a1d60d7c5322d531939118c1aaf8feb7" - ); - this.chapter007.videoSixUrl = await getResourcePath( - "f92c68faa37e1f6ce9ca50f234ddad90" - ); - // this.chapter007.videOneUrl = - // "https://jsek.bnuic.com/file/api/ApiDownload?md5=3c35b62a39cf8beddc28c5c1c8a847ec"; - // this.chapter007.videoTwoUrl = - // "https://jsek.bnuic.com/file/api/ApiDownload?md5=4731be836c5c625584c3c94a61249cc9"; - // this.chapter007.videoFourUrl = - // "https://jsek.bnuic.com/file/api/ApiDownload?md5=4889c1899ed5716aeea6ca031cd3136d"; - // this.chapter007.videoFiveUrl = - // "https://jsek.bnuic.com/file/api/ApiDownload?md5=a1d60d7c5322d531939118c1aaf8feb7"; - // this.chapter007.videoSixUrl = - // "https://jsek.bnuic.com/file/api/ApiDownload?md5=f92c68faa37e1f6ce9ca50f234ddad90"; }, methods: { activityOne() { @@ -2991,7 +2987,7 @@ that.chapter007.pictrueListFour.push(getPublicImage(e)); } that.isLoding = false; - this.$emit('Upload_initViewer',"") + this.$emit("Upload_initViewer", ""); localStorage.setItem("chapter007", JSON.stringify(this.chapter007)); }, 1000); }) -- Gitblit v1.9.1