From a7c86fb44b6abce439784c1e62c2e566e5443f3e Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期一, 22 七月 2024 14:12:55 +0800
Subject: [PATCH] 英语(第八单元调试)

---
 src/books/English/view/components/chapter002.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/books/English/view/components/chapter002.vue b/src/books/English/view/components/chapter002.vue
index c9d8f3d..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 &amp; 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 @@
               &nbsp;
             </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
@@ -4919,7 +4919,7 @@
     },
     async getPath() {
       this.resource.listenOne = await getResourcePath(
-        "D96D6F8082786B037A2B1842860BC0C4 "
+        "D96D6F8082786B037A2B1842860BC0C4"
       );
       this.resource.readingOne = await getResourcePath(
         "E51F6E052B08F00B19819E4D5504219F"

--
Gitblit v1.9.1