From 4db90c67dad8e54d44094efca39ebd2ee7f56ffd Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期二, 04 六月 2024 15:17:39 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/view/chapter007.vue | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/books/lifeCare/view/chapter007.vue b/src/books/lifeCare/view/chapter007.vue index 876e2ba..ef1b3fe 100644 --- a/src/books/lifeCare/view/chapter007.vue +++ b/src/books/lifeCare/view/chapter007.vue @@ -2845,19 +2845,19 @@ if (localData) { this.chapter007 = { ...Object.assign(this.chapter007, localData) }; } - this.chapter007.videOneUrl = getResourcePath( + this.chapter007.videOneUrl = await getResourcePath( "3c35b62a39cf8beddc28c5c1c8a847ec" ); - this.chapter007.videoTwoUrl = getResourcePath( + this.chapter007.videoTwoUrl = await getResourcePath( "4731be836c5c625584c3c94a61249cc9" ); - this.chapter007.videoFourUrl = getResourcePath( + this.chapter007.videoFourUrl = await getResourcePath( "4889c1899ed5716aeea6ca031cd3136d" ); - this.chapter007.videoFiveUrl = getResourcePath( + this.chapter007.videoFiveUrl = await getResourcePath( "a1d60d7c5322d531939118c1aaf8feb7" ); - this.chapter007.videoSixUrl = getResourcePath( + this.chapter007.videoSixUrl = await getResourcePath( "f92c68faa37e1f6ce9ca50f234ddad90" ); // this.chapter007.videOneUrl = @@ -2991,6 +2991,7 @@ that.chapter007.pictrueListFour.push(getPublicImage(e)); } that.isLoding = false; + this.$emit('Upload_initViewer',"") localStorage.setItem("chapter007", JSON.stringify(this.chapter007)); }, 1000); }) -- Gitblit v1.9.1