|  | @@ -16,28 +16,6 @@
 | 
											
												
													
														|  |            @blur="onBlur(curQue, 'title')"
 |  |            @blur="onBlur(curQue, 'title')"
 | 
											
												
													
														|  |          ></el-input>
 |  |          ></el-input>
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
												
													
														|  | -      <template v-if="type == 'listen_record_single_syllable_chs'">
 |  | 
 | 
											
												
													
														|  | -        <div class="adult-book-input-item">
 |  | 
 | 
											
												
													
														|  | -          <span class="adult-book-lable">序号:</span>
 |  | 
 | 
											
												
													
														|  | -          <el-input
 |  | 
 | 
											
												
													
														|  | -            class="adult-book-input"
 |  | 
 | 
											
												
													
														|  | -            type="textarea"
 |  | 
 | 
											
												
													
														|  | -            :autosize="{ minRows: 2 }"
 |  | 
 | 
											
												
													
														|  | -            placeholder="请输入序号"
 |  | 
 | 
											
												
													
														|  | -            v-model="curQue.number"
 |  | 
 | 
											
												
													
														|  | -            @blur="onBlur(curQue, 'number')"
 |  | 
 | 
											
												
													
														|  | -          ></el-input>
 |  | 
 | 
											
												
													
														|  | -        </div>
 |  | 
 | 
											
												
													
														|  | -        <div class="adult-book-input-item">
 |  | 
 | 
											
												
													
														|  | -          <span class="adult-book-lable">音频:</span>
 |  | 
 | 
											
												
													
														|  | -          <Upload
 |  | 
 | 
											
												
													
														|  | -            :changeFillId="timuchangeMp3"
 |  | 
 | 
											
												
													
														|  | -            :datafileList="curQue.mp3_list"
 |  | 
 | 
											
												
													
														|  | -            :filleNumber="mp3Number"
 |  | 
 | 
											
												
													
														|  | -            :uploadType="'mp3'"
 |  | 
 | 
											
												
													
														|  | -          />
 |  | 
 | 
											
												
													
														|  | -        </div>
 |  | 
 | 
											
												
													
														|  | -      </template>
 |  | 
 | 
											
												
													
														|  |        <template
 |  |        <template
 | 
											
												
													
														|  |          v-if="type == 'text_problem_chs' || type == 'newWord_preview_chs'"
 |  |          v-if="type == 'text_problem_chs' || type == 'newWord_preview_chs'"
 | 
											
												
													
														|  |        >
 |  |        >
 | 
											
										
											
												
													
														|  | @@ -150,12 +128,22 @@
 | 
											
												
													
														|  |                @blur="onBlur(item, 'number')"
 |  |                @blur="onBlur(item, 'number')"
 | 
											
												
													
														|  |              ></el-input>
 |  |              ></el-input>
 | 
											
												
													
														|  |              <img
 |  |              <img
 | 
											
												
													
														|  | -              @click="deleteOptionOne(index)"
 |  | 
 | 
											
												
													
														|  | 
 |  | +              @click="deleteyinjie(index, itI)"
 | 
											
												
													
														|  |                class="close"
 |  |                class="close"
 | 
											
												
													
														|  |                src="../../../assets/adult/del-close.png"
 |  |                src="../../../assets/adult/del-close.png"
 | 
											
												
													
														|  |                alt=""
 |  |                alt=""
 | 
											
												
													
														|  |              />
 |  |              />
 | 
											
												
													
														|  |            </div>
 |  |            </div>
 | 
											
												
													
														|  | 
 |  | +          <div class="adult-book-input-item">
 | 
											
												
													
														|  | 
 |  | +            <span class="adult-book-lable">音频:</span>
 | 
											
												
													
														|  | 
 |  | +            <Upload
 | 
											
												
													
														|  | 
 |  | +              :changeFillId="listenchangeMp3"
 | 
											
												
													
														|  | 
 |  | +              :datafileList="item.mp3_list"
 | 
											
												
													
														|  | 
 |  | +              :filleNumber="mp3Number"
 | 
											
												
													
														|  | 
 |  | +              :uploadType="'mp3'"
 | 
											
												
													
														|  | 
 |  | +              :index="index"
 | 
											
												
													
														|  | 
 |  | +            />
 | 
											
												
													
														|  | 
 |  | +          </div>
 | 
											
												
													
														|  |            <div v-for="(it, itI) in item.option" :key="'it' + itI">
 |  |            <div v-for="(it, itI) in item.option" :key="'it' + itI">
 | 
											
												
													
														|  |              <div class="adult-book-input-item">
 |  |              <div class="adult-book-input-item">
 | 
											
												
													
														|  |                <span class="adult-book-lable">拼音:</span>
 |  |                <span class="adult-book-lable">拼音:</span>
 | 
											
										
											
												
													
														|  | @@ -342,7 +330,8 @@ export default {
 | 
											
												
													
														|  |          JSON.stringify(articleImgRes)
 |  |          JSON.stringify(articleImgRes)
 | 
											
												
													
														|  |        );
 |  |        );
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  | -    changeImage(fileList, item, index) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +    // 听录音选择音调的上传音频
 | 
											
												
													
														|  | 
 |  | +    listenchangeMp3(fileList, item, index) {
 | 
											
												
													
														|  |        const articleImgList = JSON.parse(JSON.stringify(fileList));
 |  |        const articleImgList = JSON.parse(JSON.stringify(fileList));
 | 
											
												
													
														|  |        const articleImgRes = [];
 |  |        const articleImgRes = [];
 | 
											
												
													
														|  |        articleImgList.forEach((item) => {
 |  |        articleImgList.forEach((item) => {
 | 
											
										
											
												
													
														|  | @@ -356,7 +345,7 @@ export default {
 | 
											
												
													
														|  |            articleImgRes.push(obj);
 |  |            articleImgRes.push(obj);
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |        });
 |  |        });
 | 
											
												
													
														|  | -      this.curQue.option[index].img_list = JSON.parse(
 |  | 
 | 
											
												
													
														|  | 
 |  | +      this.curQue[index].mp3_list = JSON.parse(
 | 
											
												
													
														|  |          JSON.stringify(articleImgRes)
 |  |          JSON.stringify(articleImgRes)
 | 
											
												
													
														|  |        );
 |  |        );
 | 
											
												
													
														|  |      },
 |  |      },
 |