|  | @@ -16,7 +16,11 @@
 | 
	
		
			
				|  |  |            @blur="onBlur(curQue, 'title')"
 | 
	
		
			
				|  |  |          ></el-input>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  | -      <template v-if="type == 'sentence_listen_read_chs'">
 | 
	
		
			
				|  |  | +      <template
 | 
	
		
			
				|  |  | +        v-if="
 | 
	
		
			
				|  |  | +          type == 'sentence_listen_read_chs' || type == 'recordHZ_inputPY_chs'
 | 
	
		
			
				|  |  | +        "
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  |          <div class="adult-book-input-item">
 | 
	
		
			
				|  |  |            <span class="adult-book-lable">题目音频:</span>
 | 
	
		
			
				|  |  |            <Upload
 | 
	
	
		
			
				|  | @@ -76,7 +80,7 @@
 | 
	
		
			
				|  |  |        <div class="Big-Book-addrole">
 | 
	
		
			
				|  |  |          <div class="addoption" @click="addOption">添加一个</div>
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  | -      <div class="lrc-box" v-if="type != 'recordHZ_inputPY_chs'">
 | 
	
		
			
				|  |  | +      <div class="lrc-box">
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |            v-if="this.curQue.wordTime && this.curQue.wordTime.length > 0"
 | 
	
		
			
				|  |  |            class="lrc-box"
 | 
	
	
		
			
				|  | @@ -133,6 +137,10 @@ export default {
 | 
	
		
			
				|  |  |          type: "recordHZ_inputPY_chs",
 | 
	
		
			
				|  |  |          name: "读汉字写拼音",
 | 
	
		
			
				|  |  |          title: "",
 | 
	
		
			
				|  |  | +        mp3_list: [],
 | 
	
		
			
				|  |  | +        lrc_list: [],
 | 
	
		
			
				|  |  | +        wordTime: [],
 | 
	
		
			
				|  |  | +        taskId: "",
 | 
	
		
			
				|  |  |          option: [
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  |              number: "",
 |