feat: 接口调整,选择音色样式调整
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user