| | |
| | | questionData: { |
| | | type: Object, |
| | | }, |
| | | isSearch: { |
| | | type: Boolean, |
| | | default: false, |
| | | }, |
| | | }, |
| | | components: { |
| | | examinations, |
| | |
| | | }; |
| | | }, |
| | | async created() { |
| | | const localData = JSON.parse(localStorage.getItem("chapter004")); |
| | | if(!this.isSearch){ |
| | | const localData = JSON.parse(localStorage.getItem("chapter004")); |
| | | if (localData) { |
| | | this.chapter004 = { ...Object.assign(this.chapter004, localData) }; |
| | | } |
| | |
| | | this.chapter004.videoFourUrl = await getResourcePath( |
| | | "1b04691b60e5b5b207b3a4967c495d29" |
| | | ); |
| | | // this.chapter004.videOneUrl = |
| | | // "https://jsek.bnuic.com/file/api/ApiDownload?md5=c276be12bae3b1df0b3ce4aa01b14e1e"; |
| | | // this.chapter004.videoTwoUrl = |
| | | // "https://jsek.bnuic.com/file/api/ApiDownload?md5=7eb7fe2e3c13885a96143110ca4f5654"; |
| | | // this.chapter004.videoFourUrl = |
| | | // "https://jsek.bnuic.com/file/api/ApiDownload?md5=1b04691b60e5b5b207b3a4967c495d29"; |
| | | } |
| | | }, |
| | | methods: { |
| | | activityOne() { |