更新:增加“课程首页”功能

This commit is contained in:
2025-11-11 13:40:13 +08:00
parent e39f47855b
commit 9fcc1b8549
24 changed files with 2402 additions and 55 deletions

View File

@@ -317,16 +317,6 @@ function goToDetail(id: number) {
url: `/pages/book/detail?id=${id}`
})
}
function handleBack() {
if (pageFrom.value === 'order') {
uni.switchTab({
url: '/pages/index/index'
})
} else {
uni.navigateBack({ delta: 1 })
}
}
</script>
<style lang="scss" scoped>