|
@@ -1,13 +1,17 @@
|
|
<template>
|
|
<template>
|
|
<view class="kecheng-study-page">
|
|
<view class="kecheng-study-page">
|
|
- <view class="icon-title-navBar-box">
|
|
|
|
|
|
+ <!-- <view class="icon-title-navBar-box">
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
<text class="nav-bar-title">{{name}}</text>
|
|
<text class="nav-bar-title">{{name}}</text>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<!-- 播放器 -->
|
|
<!-- 播放器 -->
|
|
<videoPlayVue ref="videoRef" class="phone-video-box" v-if="showVideo"></videoPlayVue>
|
|
<videoPlayVue ref="videoRef" class="phone-video-box" v-if="showVideo"></videoPlayVue>
|
|
<view v-else class="phone-video-box master-image"></view>
|
|
<view v-else class="phone-video-box master-image"></view>
|
|
<!-- 中间区域 -->
|
|
<!-- 中间区域 -->
|
|
|
|
+ <view class="kc-name-box">
|
|
|
|
+ <icon @click="goUpPage"></icon>
|
|
|
|
+ <view>{{zyName}} {{zyLevelName}}</view>
|
|
|
|
+ </view>
|
|
<view class="kc-info-box">
|
|
<view class="kc-info-box">
|
|
<view>时长:{{period}}</view>
|
|
<view>时长:{{period}}</view>
|
|
<view>{{userCount}}人学习</view>
|
|
<view>{{userCount}}人学习</view>
|