更新:增加课程首页分类跳转列表页;优化全站列表分页加载;

This commit is contained in:
2025-11-18 13:45:46 +08:00
parent 21b03635a2
commit d76c6cdff1
67 changed files with 10976 additions and 369 deletions

View File

@@ -149,7 +149,7 @@ const handleFullscreenChange = (e: any) => {
const handleVideoError = (e: any) => {
console.error('视频播放错误:', e)
uni.showToast({
title: '视频加载失败',
title: '课程视频播放组件正在开发中,现在还不能播放视频',
icon: 'none'
})
}