修改视频页面title

This commit is contained in:
@fawn-nine
2024-07-02 15:06:35 +08:00
parent a08c531c20
commit 818eeb4368

View File

@@ -6,7 +6,7 @@
<z-nav-bar
bgColor="#333"
fontColor="#fff"
:title="options.navTitle"
title="教学内容"
></z-nav-bar>
<view
@@ -49,8 +49,11 @@
>视频教学</view
>
<view class="scroll-view-item">
<view style="padding: 20rpx; margin-bottom: 40rpx">
{{ curriculumData.title }}
<view style="padding: 20rpx; font-size: 26rpx;">
课程{{options.navTitle}}
</view>
<view style="padding: 20rpx; margin-bottom: 40rpx; font-size: 26rpx;">
章节{{ curriculumData.title }}
</view>
<common-curriculum-video
v-if="videoArray && videoArray.length > 0"