|  | @@ -64,7 +64,7 @@
 | 
	
		
			
				|  |  |          width="500px"
 | 
	
		
			
				|  |  |          class="login-dialog magazine-detail-dialog"
 | 
	
		
			
				|  |  |          v-if="mageazineDetailShow">
 | 
	
		
			
				|  |  | -        <magazine-sentence :fontSize="fontSize" :sentenceTheme="sentenceTheme" :data="magazineList[activePage].sentenceList" :activeIndex="mageazineDetailIndex" @closeWord="closeMagazineSentence" @changeTheme="changeTheme"></magazine-sentence>
 | 
	
		
			
				|  |  | +        <magazine-sentence :fontSize="fontSize" :sentenceTheme="sentenceTheme" :data="magazineList[activePage].sentenceList" :activeIndex="mageazineDetailIndex" @closeWord="closeMagazineSentence" @changeTheme="changeTheme" :mp3Url="art_sound_url"></magazine-sentence>
 | 
	
		
			
				|  |  |      </el-dialog>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |  </template>
 | 
	
	
		
			
				|  | @@ -109,7 +109,7 @@ export default {
 | 
	
		
			
				|  |  |                sentenceList:[
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          sentence:"I have a super ‘mouth’",
 | 
	
		
			
				|  |  | -                        wordList:['I','have','a','super.','‘mouth’'],
 | 
	
		
			
				|  |  | +                        wordList:['I','have','a','super','‘mouth’'],
 | 
	
		
			
				|  |  |                          s: 22500,
 | 
	
		
			
				|  |  |                          e: 25000,
 | 
	
		
			
				|  |  |                          timeList:[
 | 
	
	
		
			
				|  | @@ -137,7 +137,7 @@ export default {
 | 
	
		
			
				|  |  |                      },
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          sentence:"I am a shoebill (鲸头鹳). I live in Africa (非洲). I get my name because of my big bill (鸟喙). Does it look like a Dutch clog (荷兰木屐)?",
 | 
	
		
			
				|  |  | -                        wordList:['I','am','a','shoebill (鲸头鹳).','I','live',"in'","Africa (非洲).","I","get","my","name","because","of","my","big","bill (鸟喙).","Does","it","look","like","a","Dutch","clog (荷兰木屐)?"],
 | 
	
		
			
				|  |  | +                        wordList:['I','am','a','shoebill (鲸头鹳).','I','live',"in","Africa (非洲).","I","get","my","name","because","of","my","big","bill (鸟喙).","Does","it","look","like","a","Dutch","clog (荷兰木屐)?"],
 | 
	
		
			
				|  |  |                          s: 35000,
 | 
	
		
			
				|  |  |                          e: 47300,
 | 
	
		
			
				|  |  |                          timeList: [
 | 
	
	
		
			
				|  | @@ -241,7 +241,7 @@ export default {
 | 
	
		
			
				|  |  |                      },
 | 
	
		
			
				|  |  |                      {
 | 
	
		
			
				|  |  |                          sentence:"My bill is important. It helps me a lot.",
 | 
	
		
			
				|  |  | -                        wordList:['My','bill','is','important.','It','helps','me',"a'","lot."],
 | 
	
		
			
				|  |  | +                        wordList:['My','bill','is','important.','It','helps','me',"a","lot."],
 | 
	
		
			
				|  |  |                          s: 48000,
 | 
	
		
			
				|  |  |                          e: 52000,
 | 
	
		
			
				|  |  |                          timeList:[
 |