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