|
@@ -53,7 +53,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--讲义 -->
|
|
|
- <view v-show="current == 1">
|
|
|
+ <!-- <view v-show="current == 1">
|
|
|
<view class="lecture-box">
|
|
|
<view class="title">
|
|
|
这是后台配置的讲义标题过长省略这是后台配置的讲义标题过长省略
|
|
@@ -74,9 +74,9 @@
|
|
|
<view style="color: #007AFF;font-size: 30rpx;font-weight: bold;width: 15%;text-align: center;" @click="postNote">提交</view>
|
|
|
</view>
|
|
|
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<!--笔记 -->
|
|
|
- <view v-show="current == 2">
|
|
|
+ <view v-show="current == 1">
|
|
|
<view v-if="noteList.length == 0" style="text-align: center;">暂无笔记</view>
|
|
|
<view class="inputBottom">
|
|
|
<view style="width: 10%;"><image src="/static/icon/note3.png" style="width: 39rpx;height: 39rpx;margin:0 29rpx;"></image></view>
|
|
@@ -107,7 +107,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--答疑 -->
|
|
|
- <view v-show="current == 3">
|
|
|
+ <view v-show="current == 2">
|
|
|
<view class="inputBottom">
|
|
|
<view class="flex_auto">
|
|
|
<u-input height="60" fixed="true" :placeholder="placeholder" type="textarea" :custom-style="inputStyle" v-model="ctxValue" />
|
|
@@ -136,7 +136,7 @@
|
|
|
<view v-if="answerList.length == 0" style="text-align: center;">暂无记录</view>
|
|
|
</view>
|
|
|
<!--目录 -->
|
|
|
- <view v-show="current == 4" >
|
|
|
+ <view v-show="current == 3" >
|
|
|
<view class="menuBox" v-for="(item, index) in reMenuList" :key="index">
|
|
|
<!--模块 -->
|
|
|
<view v-if="item.type == 1"><courseModule :courseId="courseId" :goodsId="goodsId" :gradeId="gradeId" :isRebuild="true" :isBuy="true" :menuItem="item" :levelId="item.menuId"></courseModule></view>
|
|
@@ -912,9 +912,9 @@ export default {
|
|
|
{
|
|
|
name: '目录'
|
|
|
},
|
|
|
- {
|
|
|
- name: '讲义'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: '讲义'
|
|
|
+ // },
|
|
|
{
|
|
|
name: '笔记'
|
|
|
},
|
|
@@ -930,9 +930,9 @@ export default {
|
|
|
{
|
|
|
name: '目录'
|
|
|
},
|
|
|
- {
|
|
|
- name: '讲义'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // name: '讲义'
|
|
|
+ // },
|
|
|
{
|
|
|
name: '笔记'
|
|
|
},
|