From 1e1280c9f50d7ff32f4770e99f4d76029cd2d2af Mon Sep 17 00:00:00 2001 From: unknown <qq1940665526@163.com> Date: 星期一, 03 六月 2024 15:26:20 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/lifeCare/view/chapter005.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/books/lifeCare/view/chapter005.vue b/src/books/lifeCare/view/chapter005.vue index 69e4c2b..37ea46a 100644 --- a/src/books/lifeCare/view/chapter005.vue +++ b/src/books/lifeCare/view/chapter005.vue @@ -3571,14 +3571,14 @@ 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=1a878261410b01ee8e4e0602a1fe935f"; - this.chapter005.videoFourUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=6cf2619beb704b3d79de04f0775c8ba3"; - this.chapter005.videoFiveUrl = - "https://jsek.bnuic.com/file/api/ApiDownload?md5=8400384441ad9236d5eab24f500ec2c7"; + // this.chapter005.videOneUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=439b0bde62a5098875c77e2492676577"; + // this.chapter005.videoTwoUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=1a878261410b01ee8e4e0602a1fe935f"; + // this.chapter005.videoFourUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=6cf2619beb704b3d79de04f0775c8ba3"; + // this.chapter005.videoFiveUrl = + // "https://jsek.bnuic.com/file/api/ApiDownload?md5=8400384441ad9236d5eab24f500ec2c7"; }, methods: { activityOne() { @@ -3749,8 +3749,8 @@ if (type == "3") { that.chapter005.pictrueListThree.push(getPublicImage(e)); } - that.isLoding = false; - localStorage.setItem("chapter005", JSON.stringify(this.chapter005)); + that.$emit('Upload_initViewer',"") + localStorage.setItem("chapter005", JSON.stringify(that.chapter005)); }, 1000); }) .catch((e) => { -- Gitblit v1.9.1