From 63a7d4f2bb7fdeaa1e6ed616a14c213d91d25a99 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 27 十二月 2024 15:21:21 +0800 Subject: [PATCH] 轮播图优化 --- src/books/English/view/components/chapter001.vue | 17 ++++++++--------- 1 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/books/English/view/components/chapter001.vue b/src/books/English/view/components/chapter001.vue index c62dfc5..07ae48d 100644 --- a/src/books/English/view/components/chapter001.vue +++ b/src/books/English/view/components/chapter001.vue @@ -283,7 +283,6 @@ <span class="chapter-right-bc fw-bl chapter-right-cl">CHINA,A WONDERLAND</span> </li> </ul> - a <div class="padding-102"> <div class="bodystyle"> <h3 id="c002" class="fl al-cn"> @@ -359,7 +358,7 @@ shadow puppet show, traditional Chinese medicine, Peking Opera scenery </p> - <p class="center"><b>My Experience in <span class="word-bc">Wonderland</span> </b></p> + <p class="center"><b>My Experience in <span class="word-bc" word="wonderland">Wonderland</span> </b></p> <p class="center"> <audio :src="resource.readingOne" controls controlslist="noplaybackrate nodownload" class="audio"></audio> </p> @@ -379,7 +378,7 @@ the people,the culture,the <span class="word-bc" >cuisine</span> and of course the huge variety of - <span class="word-bc">landscapes</span>. + <span class="word-bc" word="landscape">landscapes</span>. </p> <p> I found many great people and made several Chinese friends along @@ -1965,7 +1964,7 @@ was for my studies.In a matter of days,I made a lot of friends from different countries and one afternoon,my friends and I planned to visit the world-famous Sun Yat-sen - <span class="word-bc">Mausoleum</span> + <span class="word-bc" word="mausoleum">Mausoleum</span> .A.<input :disabled="testData.isComplete" type="text" class="input-bottom-border" style="width: 90%" v-model="testData.tg.one" @change="setTestData" /> I looked around with curiosity,and everything seemed to move at a @@ -1987,7 +1986,7 @@ my room to turn on my <span class="word-bc">laptop</span> and typed in the key words.I was - <span class="word-bc">stunned</span> + <span class="word-bc" word="stun">stunned</span> ; I couldn鈥檛 believe my eyes.It is actually an online shopping website where you can buy anything you can think of. </p> @@ -1995,7 +1994,7 @@ After my graduation in 2015,I joined another university in Shanghai for further studies.I always saw my Chinese classmates paying with their phones; this - <span class="word-bc" >triggered</span> + <span class="word-bc" word="trigger">triggered</span> my attention.With the help of my classmates,I finally got my own online payment account.This is an absolute @@ -2024,7 +2023,7 @@ millions of people around China.The Chinese <span class="word-bc">economy</span> is - <span class="word-bc">booming</span> + <span class="word-bc" word="boom">booming</span> ,which makes people well off.I鈥檝e been in China for several years and witnessed China鈥檚 <span class="word-bc" >potential</span> @@ -4714,7 +4713,7 @@ if (testData) { this.testData = JSON.parse(testData); } - const bookQuestion = localStorage.getItem("english-book-question-one"); + const bookQuestion = localStorage.getItem("english-book-chapter01-question-one"); if (bookQuestion) { this.questionData = JSON.parse(bookQuestion); } @@ -4869,7 +4868,7 @@ }, setBookQuestion() { localStorage.setItem( - "english-book-question-one", + "english-book-chapter01-question-one", JSON.stringify(this.questionData) ); }, -- Gitblit v1.9.1