feat: 接口调整,选择音色样式调整

This commit is contained in:
杨航
2025-08-20 17:09:32 +08:00
parent 294caa0546
commit d643fe2078
2 changed files with 977 additions and 871 deletions
+2 -2
View File
@@ -97,7 +97,7 @@
</view>
<view
class="replay-study-btn next-learn-btn"
v-if="showNextBtn && [5,8].indexOf(type) >= 0 && isLast && (dataInfo.passStat === 'PS' || dataInfo.judgeResult === 'P')"
v-if="showNextBtn && [5,8].indexOf(type) >= 0 && isLast && (dataInfo.passStat === 'PS' || dataInfo.traQnsInfoVo?.judgeResult === 'P')"
@click.stop="goOnGetQues"
>
继续学
@@ -513,7 +513,7 @@ const audioCacheObj = computed(() => storageStore.audioObj)
return showNextBtn.value && [3, 6].indexOf(props.type) >= 0 && isLast.value // && !isPlaying.value
})
const goOnGetQues = () => {
if(props.type === 5){
if([5,8].indexOf(props.type) >= 0){
// 完成问题
emit('nextQuestion', unref(dataInfo))
}else if(props.type === 3){
+975 -869
View File
File diff suppressed because it is too large Load Diff