From 13dc29b2446df9715af8f1a1bd75cccb1d3ea0ff Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 03 四月 2025 10:04:56 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/aviationEtiquette/view/components/chapter003.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/books/aviationEtiquette/view/components/chapter003.vue b/src/books/aviationEtiquette/view/components/chapter003.vue index 0d3ab3b..c85f0a5 100644 --- a/src/books/aviationEtiquette/view/components/chapter003.vue +++ b/src/books/aviationEtiquette/view/components/chapter003.vue @@ -1146,20 +1146,20 @@ <p>3.鐞嗚В姝g‘澶勭悊鏃呭鎶曡瘔鐨勬剰涔夈��</p> <div class="video-box"> <p class="center text td-0"> - <video :src="videoPathNine" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" + <video :src="videoPathEleven" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5" x5-video-player-fullscreen="true" x5-playsinline="" controls controlslist="nodownload" class="w100 video" style="border-radius: 10px"></video> </p> <p class="center videoname"> - <span>瑙嗛锛氭皯鑸梾瀹㈡姇璇夊簲瀵规妧宸�</span> - <el-tooltip class="item" effect="dark" :content="chapterData.isCollectVideoEight ? '鐐瑰嚮鍙栨秷' : '鐐瑰嚮鏀惰棌'" + <span>瑙嗛锛氭梾瀹㈡姇璇夊師鍥犵殑璁ょ煡</span> + <el-tooltip class="item" effect="dark" :content="chapterData.isCollectVideoTen ? '鐐瑰嚮鍙栨秷' : '鐐瑰嚮鏀惰棌'" placement="top-start"> <img :src="collectResourceList.findIndex( - (item) => item.id == '1f04f081f61aa13373daa7b8b92cc750' + (item) => item.id == 'b0ff55db0549ccb2f6c1b332798aa8d3' ) > -1 ? collectCheck : collectImg - " alt="" class="collect-btn" @click="handleCollect('video-09')" /> + " alt="" class="collect-btn" @click="handleCollect('video-11')" /> </el-tooltip> </p> </div> @@ -1555,20 +1555,20 @@ <p>2.鑳藉瀹屾垚澶勭悊鏃呭鎶曡瘔鐨勫疄璁换鍔°��</p> <div class="video-box"> <p class="center text td-0"> - <video :src="videoPathEleven" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" + <video :src="videoPathNine" webkit-playsinline="true" x-webkit-airplay="true" playsinline="true" x5-video-orientation="h5" x5-video-player-fullscreen="true" x5-playsinline="" controls controlslist="nodownload" class="w100 video" style="border-radius: 10px"></video> </p> <p class="center videoname"> - <span>瑙嗛锛氭梾瀹㈡姇璇夊師鍥犵殑璁ょ煡</span> - <el-tooltip class="item" effect="dark" :content="chapterData.isCollectVideoTen ? '鐐瑰嚮鍙栨秷' : '鐐瑰嚮鏀惰棌'" + <span>瑙嗛锛氭皯鑸梾瀹㈡姇璇夊簲瀵规妧宸�</span> + <el-tooltip class="item" effect="dark" :content="chapterData.isCollectVideoEight ? '鐐瑰嚮鍙栨秷' : '鐐瑰嚮鏀惰棌'" placement="top-start"> <img :src="collectResourceList.findIndex( - (item) => item.id == 'b0ff55db0549ccb2f6c1b332798aa8d3' + (item) => item.id == '1f04f081f61aa13373daa7b8b92cc750' ) > -1 ? collectCheck : collectImg - " alt="" class="collect-btn" @click="handleCollect('video-11')" /> + " alt="" class="collect-btn" @click="handleCollect('video-09')" /> </el-tooltip> </p> </div> -- Gitblit v1.9.1