修复:开发测试问题修改
This commit is contained in:
@@ -381,7 +381,7 @@ async function prevChapter() {
|
||||
playChapter(chapterList.value[currentChapterIndex.value])
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: t('listen.earlier'),
|
||||
title: t('listen.isFirst'),
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
@@ -412,7 +412,7 @@ async function nextChapter() {
|
||||
playChapter(chapterList.value[currentChapterIndex.value])
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: t('listen.behind'),
|
||||
title: t('listen.isLast'),
|
||||
icon: 'none'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user