From 9076aac9d92eafd4b44fce4a9a53c8bd16e7e7d2 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 31 十月 2024 18:12:19 +0800 Subject: [PATCH] 民航概论分页(项目二结束) --- src/books/childHealth/view/content/components/chapter001.vue | 15 +-------------- 1 files changed, 1 insertions(+), 14 deletions(-) diff --git a/src/books/childHealth/view/content/components/chapter001.vue b/src/books/childHealth/view/content/components/chapter001.vue index 5496adf..303f3d8 100644 --- a/src/books/childHealth/view/content/components/chapter001.vue +++ b/src/books/childHealth/view/content/components/chapter001.vue @@ -323,7 +323,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> </span> <span class="span-border"></span> @@ -417,7 +416,6 @@ controls controlslist="nodownload" class="video-box video-border video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氶楠�</p> <h5 id="e001">1.楠ㄧ敓闀胯繀閫�</h5> @@ -1028,7 +1026,6 @@ controlslist="nodownload" style="margin-top: 20px" class="video-border w100 video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬鍓嶅効绔ュ懠鍚搁亾鐨勯槻寰$壒鐐逛笌淇濆仴</p> </div> @@ -1489,7 +1486,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬鍓嶅効绔ュ績銆佽绠$殑鐗圭偣鍙婁繚鍋�</p> </div> @@ -1970,7 +1966,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬鍓嶅効绔ョ墮榻跨殑鐢熺悊鐗圭偣鍙婁繚鍋�</p> </div> @@ -3046,7 +3041,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬鍓嶅効绔ュ唴鍒嗘硨绯荤粺鐨勭敓鐞嗙壒鐐逛笌淇濆仴</p> </div> @@ -3447,7 +3441,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> </p> <p class="img">瑙嗛锛氬鍓嶅効绔ュぇ鑴戠殑鐢熺悊鐗圭偣鍙婁繚鍋�</p> @@ -3970,7 +3963,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬鍓嶅効绔ョ溂鐨勭敓鐞嗙壒鐐逛笌淇濆仴</p> </div> @@ -4075,7 +4067,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬鍓嶅効绔ヨ�崇殑鐗圭偣鍙婁繚鍋�</p> </div> @@ -4282,7 +4273,6 @@ controls controlslist="nodownload" class="video-border w100 video" - @play="videoPlay" ></video> <p class="img">瑙嗛锛氬鍓嶅効绔ョ毊鑲ょ殑鐗圭偣涓庝繚鍋�</p> </div> @@ -4947,7 +4937,7 @@ }, async getVideoPath() { this.$data.pathOne = await getResourcePath( - "f6f6588a75086576b87bed2fb9ca1ec1" + "ff5f340a49615a01d5ee723624cdeff9" ); this.$data.pathTwo = await getResourcePath( "e5993b62684fe55d13190cfe52bf00ed" @@ -4983,9 +4973,6 @@ JSON.stringify(this.chapterOneData) ); }, - videoPlay(e) { - this.$emit('closeVideo',e.srcElement.currentSrc) - } }, }; </script> -- Gitblit v1.9.1