合并精品课

This commit is contained in:
haomingming
2025-08-21 09:59:04 +08:00
parent 72d63c5a80
commit 196ea43fad
19 changed files with 6308 additions and 18 deletions
+10 -2
View File
@@ -140,7 +140,7 @@
<view class="course-section">
<view class="section-header">
<text class="section-title-text">精品课</text>
<view class="more-link">
<view class="more-link" @click="goToCourseHome">
<text class="more-text">更多</text>
<uni-icons type="right" size="32rpx" color="#999"></uni-icons>
</view>
@@ -715,11 +715,19 @@
}, 5000);
});
// 跳转到精品课首页
const goToCourseHome = () => {
uni.navigateTo({
url: '/pages_course/course/course'
});
};
// 暴露方法给父组件(如果需要)
defineExpose({
testTabbar,
getTabbarStatus,
updateTabbarData
updateTabbarData,
goToCourseHome
});
</script>