From 06abf30210fc7173b60d8872e10e8809f75ed1d5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 22 七月 2024 14:13:27 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout --- src/books/English/view/components/chapter002.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/books/English/view/components/chapter002.vue b/src/books/English/view/components/chapter002.vue index 1d23930..671a063 100644 --- a/src/books/English/view/components/chapter002.vue +++ b/src/books/English/view/components/chapter002.vue @@ -445,7 +445,7 @@ </p> <p class="center"><b>Challenges of Working Across Cultures</b></p> <p class="center"> - <audio :src="resource.readingOne" controls class="audio" @play="audioPlay"></audio> + <audio :src="resource.readingOne" controls class="audio" ></audio> </p> <p> @@ -524,7 +524,7 @@ <span class="zt-cs" style="font-size: 20px">Words & Expressions</span> <span class="line-border-box"></span> </p> - <audio :src="resource.readingTwo" controls class="audio" @play="audioPlay"></audio> + <audio :src="resource.readingTwo" controls class="audio" ></audio> <p>define /d瑟藞fa瑟n/ <i>v.</i> 缁欌�︹�︿笅瀹氫箟</p> <div class="bkbj"> <p><i>to state precisely the meaning of sth.</i></p> @@ -1747,8 +1747,8 @@ </p> <p class="center"><b>From 2008 to 2022:The Road of My Country and My Growth</b></p> - <p class="center"><audio :src="resource.readingThree" controls style="margin-left: 10px" class="audio" - @play="audioPlay"></audio></p> + <p class="center"><audio :src="resource.readingThree" controls controlslist="noplaybackrate nodownload" style="margin-left: 10px" class="audio" + ></audio></p> <p>For an <span class="word-bc" @click="saveWord($event, 'individual')">individual</span> or a country,a period of 14 years is long enough to become calm,confident and @@ -1836,7 +1836,7 @@ <span class="line-border-box"></span> </p> <!-- 瑙嗛 --> - <audio :src="resource.readingFour" controls class="audio" @play="audioPlay"></audio> + <audio :src="resource.readingFour" controls controlslist="noplaybackrate nodownload" class="audio" ></audio> <p>individual /藢瑟nd瑟藞v瑟d蕭蕣蓹l/ <i>n.</i> 涓汉锛涗釜浣�</p> <div class="bkbj"> <p><i>a person considered separately rather than as part of a group</i></p> @@ -2803,7 +2803,7 @@ <h2 id="b007"><img class="img-0" alt="" src="../../assets/images/dy2-le3.jpg" /></h2> <h3 id="c017"><span class="bjh3">Listening</span></h3> <p><b>鈪�.Listen to the introduction to Cultural Diversity Day and fill in the following blanks.</b></p> - <audio :src="resource.listenTwo" controls class="audio" @play="audioPlay"></audio> + <audio :src="resource.listenTwo" controls controlslist="noplaybackrate nodownload" class="audio" ></audio> <table border="1" cellpadding="4" cellspacing="0" style="border-color: #fff" class="fz-14"> <tr class="table-th-bc"> <td class="tl-cn" colspan="2">Cultural Diversity Day</td> @@ -2833,7 +2833,7 @@ </p> <p><b>鈪�.Listen to the conversation and mark the activities when mentioned.</b></p> - <audio :src="resource.listenThree" controls class="audio" @play="audioPlay"></audio> + <audio :src="resource.listenThree" controls controlslist="noplaybackrate nodownload" class="audio" ></audio> <p><input :disabled="check.isComplete" type="checkbox" name="ball" value="Lecture on Ancient Chinese History" id="1" v-model="check.value" /> Lecture on Ancient Chinese History -- Gitblit v1.9.1