zhongshujie
2025-01-02 89bc2a06d2112b276c9417e19f3b37e3808cff78
src/books/aviationBasicSkills/view/components/chapter008.vue
@@ -1248,7 +1248,7 @@
                    <p class="p-odd">③确认并告知特殊旅客下机的顺序(应于普通旅客之后下机)。</p>
                    <p class="p-odd">④安全检查(同起飞前内容一样)。</p>
                    <p class="p-odd">(3)客舱乘务员锁闭卫生间,乘务长调暗客舱灯光,所有乘务员入座准备着陆。</p>
                    <h3 id="c088" class="p-odd"><span class="zt-h4">四</span><span class="qyls-h4">飞机着陆后的工作</span></h3>
                    <h3 id="c088" class="p-odd"><span class="zt-h4 unit4-c">四、</span><span class="qyls-h4 unit4-c">飞机着陆后的工作</span></h3>
                    <p class="p-odd">(1)进行着陆后广播,客舱乘务员监控客舱(制止飞机未停稳就站起来提拿行李的旅客及打开手机的旅客)。</p>
                    <p class="p-odd">(2)飞机停稳后,根据乘务长指令解除滑梯预位,互检后报告乘务长。</p>
                    <p class="p-odd">(3)打开下机音乐送旅客下机。</p>
@@ -1474,27 +1474,11 @@
                                style=" border-radius: 10px; "></video>
                        </p>
                        <p class="center videoname">
                            <span>视频:项目八 任务2</span>
                            <el-tooltip class="item" effect="dark"
                                :content="chapterData.isCollectVideo04 ? '点击取消' : '点击收藏'" placement="top-start">
                                <img :src="collectResourceList.findIndex(item => item.id == 'bc733c64bf978a4adf4c9a35c4c44e3f') > -1 ? collectCheck : collectImg"
                                    alt="" class="collect-btn" @click="handleCollect('video-05')" />
                            </el-tooltip>
                        </p>
                    </div>
                    <div class="video-box-left">
                        <p class="center text">
                            <video :src="videoPathSix" 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>视频:任务五2</span>
                            <el-tooltip class="item" effect="dark"
                                :content="chapterData.isCollectVideo05 ? '点击取消' : '点击收藏'" placement="top-start">
                                :content="chapterData.isCollectVideo04 ? '点击取消' : '点击收藏'" placement="top-start">
                                <img :src="collectResourceList.findIndex(item => item.id == '079d20d6f10b212a2756ab6d2721cf71') > -1 ? collectCheck : collectImg"
                                    alt="" class="collect-btn" @click="handleCollect('video-06')" />
                                    alt="" class="collect-btn" @click="handleCollect('video-05')" />
                            </el-tooltip>
                        </p>
                    </div>
@@ -1859,9 +1843,6 @@
                "8feffd5d540faf91ed00b075591ae87c"
            );
            this.videoPathFive = await getResourcePath(
                "bc733c64bf978a4adf4c9a35c4c44e3f"
            );
            this.videoPathSix = await getResourcePath(
                "079d20d6f10b212a2756ab6d2721cf71"
            );
        },
@@ -1879,11 +1860,8 @@
                this.handleCollectResource("8feffd5d540faf91ed00b075591ae87c", "8feffd5d540faf91ed00b075591ae87c", '', "视频", "bits", '视频:项目八 任务1')
                this.chapterData.isCollectVideo03 = !this.chapterData.isCollectVideo03
            } else if (e == 'video-05') {
                this.handleCollectResource("bc733c64bf978a4adf4c9a35c4c44e3f", "bc733c64bf978a4adf4c9a35c4c44e3f", '', "视频", "bits", '视频:项目八 任务2')
                this.chapterData.isCollectVideo04 = !this.chapterData.isCollectVideo04
            } else if (e == 'video-06') {
                this.handleCollectResource("079d20d6f10b212a2756ab6d2721cf71", "079d20d6f10b212a2756ab6d2721cf71", '', "视频", "bits", '视频:任务五2')
                this.chapterData.isCollectVideo05 = !this.chapterData.isCollectVideo05
                this.chapterData.isCollectVideo04 = !this.chapterData.isCollectVideo04
            } 
            this.handleChapterData();
        },