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/chapter007.vue | 40 +++++++++++++++++++++++++++++----------- 1 files changed, 29 insertions(+), 11 deletions(-) diff --git a/src/books/English/view/components/chapter007.vue b/src/books/English/view/components/chapter007.vue index 3530afb..c7b8a70 100644 --- a/src/books/English/view/components/chapter007.vue +++ b/src/books/English/view/components/chapter007.vue @@ -365,9 +365,9 @@ (4).Farmers plant so many fruits and vegetables to satisfy our appetite. </p> <p class="center"><b>Lineman Wang Jin</b></p> - <p class="center"><audio :src="resource.readingTwo" controls + <p class="center"><audio :src="resource.readingOne" controls controlslist="noplaybackrate nodownload" style="margin-left: 10px" class="audio" - @play="audioPlay"></audio></p> + ></audio></p> <p>Working on high- <span class="word-bc" @click="saveWord($event, 'voltage')">voltage</span> power lines is considered by many as a high-risk job.But for some @@ -457,7 +457,7 @@ <span class="line-border-box"></span> </p> <audio :src="resource.readingTwo" controls controlslist="noplaybackrate nodownload" - style="margin-left: 10px" class="audio" @play="audioPlay"></audio> + style="margin-left: 10px" class="audio"></audio> <p>voltage /藞v蓹蕣lt瑟d蕭/ <i>n.</i> 鐢靛帇</p> <div class="bkbj"> <p><i>electrical force measured in volts</i></p> @@ -1218,9 +1218,9 @@ (4).Someone can communicate with me openly and effectively. </p> <p class="center"><b>Work Ethic in the Workplace</b></p> - <p class="center"> <audio :src="resource.readingTwo" controls + <p class="center"> <audio :src="resource.readingThree" controls controlslist="noplaybackrate nodownload" style="margin-left: 10px" class="audio" - @play="audioPlay"></audio></p> + ></audio></p> <p>Work ethic is a set of standards of behavior and beliefs regarding what is and isn鈥檛 acceptable to do at work,which can be strong (good) or poor (bad).It depends on personal views of employees,their motivation,and overall company culture.</p> @@ -1281,7 +1281,7 @@ <span class="line-border-box"></span> </p> <p> - <audio :src="resource.readingTwo" controls controlslist="noplaybackrate nodownload" + <audio :src="resource.readingFour" controls controlslist="noplaybackrate nodownload" style="margin-left: 10px" class="audio"></audio> </p> <p>regarding /r瑟藞伞蓱藧d瑟艐/ <i>prep.</i> 鍏充簬锛涜嚦浜�</p> @@ -1825,11 +1825,11 @@ <h3 id="c062" class="fl al-cn"> <span class="bjh3">Listening</span> <!--controlslist="noplaybackrate nodownload"鍚庨潰鐨勯煶棰戞鍔犲叆杩欎釜--> - <audio :src="resource.readingTwo" controls controlslist="noplaybackrate nodownload" - class="audio"></audio> </h3> <p><b>鈪�.Jeff rarely showed up at the office on time.Listen to the recording and mark his excuses for being late.</b></p> + <audio :src="resource.listenTwo" controls controlslist="noplaybackrate nodownload" + class="audio"></audio> <ul class="fl"> <li class="w50"> <p v-for="(item, index) in this.questionDataThree[0].option.slice(0, 4)" @@ -1856,6 +1856,8 @@ </ul> <p><b>鈪�.Susan,HR director,is now talking with Jenny about Jeff鈥檚 problems.Listen to the conversation and fill in the blanks with what you hear.</b></p> + <audio :src="resource.listenThree" controls controlslist="noplaybackrate nodownload" + class="audio"></audio> <p>Susan:Have you noticed Jeff has been late many times?</p> <p>Jenny:Yes,I want to have a talk with you about this.</p> <p>Susan: From our punch records,I find that Jeff was late 7 times.Does his director Jim know @@ -2865,6 +2867,10 @@ listenOne: "", readingOne: "", readingTwo: "", + readingThree: "", + readingFour: "", + listenTwo: "", + listenThree: "", }, //new dropdownData: { @@ -3505,13 +3511,25 @@ }, async getPath() { this.resource.listenOne = await getResourcePath( - "422139A2EF66EA888C5ED1D550AE23E0" + "20D9B02E3B0C95E7CD524224C57E643A" ); this.resource.readingOne = await getResourcePath( - "3F442B682D84C8AB06C800B29D734920" + "01A4E8C1E8E2801EF48DDBBA3E4A30BD" ); this.resource.readingTwo = await getResourcePath( - "E8719EC88026BCFB11D292AA999F6D3D" + "8D5057637DBB959B365E38360121FB41" + ); + this.resource.readingThree = await getResourcePath( + "113D24C2D701120C0F6283A72F9F4366" + ); + this.resource.readingFour = await getResourcePath( + "DE0C4081FE1FFE2374EDB989609B25E9" + ); + this.resource.listenTwo = await getResourcePath( + "DB59D9F65B437605F766F7975026B61D" + ); + this.resource.listenThree = await getResourcePath( + "53543E43DC90215C21CFC432D46CAB18" ); }, showAnswer(type) { -- Gitblit v1.9.1