From b7640a1b15146c804f53dbb9941d089d2f80c094 Mon Sep 17 00:00:00 2001 From: user1 <10901603+no-distractions1@user.noreply.gitee.com> Date: 星期四, 13 六月 2024 16:35:10 +0800 Subject: [PATCH] drama部署 --- src/books/artAndDrama/view/components/chapter002.vue | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/books/artAndDrama/view/components/chapter002.vue b/src/books/artAndDrama/view/components/chapter002.vue index cf089e2..64b2132 100644 --- a/src/books/artAndDrama/view/components/chapter002.vue +++ b/src/books/artAndDrama/view/components/chapter002.vue @@ -1,9 +1,8 @@ <template> <div class="chapter" num="3"> - <div class="page-box" page="14" style="min-height: auto"> + <!-- <div class="page-box" page="14" style="min-height: auto"> <div v-if="showPageList.indexOf(14) > -1"> <h1 id="a004"> - <!-- 杩欓噷鐨勫姩鍥炬湁闂锛屾病鏈夎儗鏅浘鐗� --> <img class="img-0" alt="" src="../../assets/images/dy2.jpg" /> <audio :src="auidoPathOne" controls></audio> </h1> @@ -65,7 +64,7 @@ <p><br /></p> <h1><img class="img-0" alt="" src="../../assets/images/ym.jpg" /></h1> </div> - </div> + </div> --> <!--<div class="page-box" page="16" style="min-height: auto"> <div v-if="showPageList.indexOf(16) > -1"> <h1> @@ -445,11 +444,11 @@ </template> <script> -import matching from "@/components/matching/matching.vue"; +//import matching from "@/components/matching/matching.vue"; import { getResourcePath } from "@/assets/methods/resources"; export default { name: "chapterTwo", - components: { matching }, + //components: { matching }, props: { showPageList: { type: Array, @@ -462,8 +461,12 @@ data() { return { videoPathOne: "", + videoPathTwo: "", + videoPathThree: "", + videoPathFour: "", auidoPathOne: "", auidoPathTwo: "", + auidoPathThree: "", rawData: { left: [ { -- Gitblit v1.9.1