| | |
| | | // 获取模型列表 |
| | | getSoundModelList() |
| | | } |
| | | if (ChangeSoundTypeList.value === undefined) { |
| | | // 获取可选的声音类型列表 |
| | | GetSoundTypeList() |
| | | } |
| | | } |
| | | showHeadImageTool.value = item.name === t('courseCenter.background') |
| | | showTemplateTool.value = item.name === t('courseCenter.template') |
| | |
| | | SoundTypeList.value = res |
| | | ChangeSoundTypeList.value = { ...res[0] } |
| | | } |
| | | |
| | | if (ChangeSoundTypeList.value === undefined) { |
| | | // 获取可选的声音类型列表 |
| | | GetSoundTypeList() |
| | | } |
| | | //可选的声音模型的声音类别列表 |
| | | const SoundvoiceTypeList = ref() |
| | | // 当前选择的声音模型的声音类别 |
| | |
| | | |
| | | const getCourseDetail = async (id) => { |
| | | const res = await pptTemplateApi.coursesDetail(id) |
| | | console.log( "res当前信息", res ) |
| | | if (res) { |
| | | courseInfo.value = res |
| | | |