mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
修改
This commit is contained in:
@@ -83,25 +83,7 @@
|
||||
</view>
|
||||
<!-- 自主学习 -->
|
||||
<view class="listbox" v-show="tabIndex===1">
|
||||
<!-- <view class="listbox-top"> -->
|
||||
<!-- 自主学习类型查询 -->
|
||||
<!-- <view class="top-ten" style="margin-top: 21px;margin-left: 13px;">
|
||||
<text class="textbtn" @click="statusSelecShow=!statusSelecShow;autonomyStatusShow=false">类型</text>
|
||||
<text class="textbtn" style="margin:0 20upx;"
|
||||
@click="autonomyStatusShow=!autonomyStatusShow;statusSelecShow=false">进度</text>
|
||||
</view> -->
|
||||
<!-- </view> -->
|
||||
<!-- <view class="sea-show" v-show="statusSelecShow">
|
||||
<text v-for="(item,tidx) in typeArray" :key="tidx"
|
||||
:class="[item.value == classType ?'sea-active':'','sea-index' ]"
|
||||
@click="Application(item.value)">{{item.name}}</text>
|
||||
</view> -->
|
||||
<!-- <view class="sea-show" v-show="autonomyStatusShow">
|
||||
<text :class="[autonomy.status == 0?'sea-active':'','sea-index']" @click="autonomyStatus(0)">全部</text>
|
||||
<text :class="[autonomy.status == 1?'sea-active':'','sea-index']" @click="autonomyStatus(1)">未开始</text>
|
||||
<text :class="[autonomy.status == 2?'sea-active':'','sea-index']" @click="autonomyStatus(2)">进行中</text>
|
||||
<text :class="[autonomy.status == 9?'sea-active':'','sea-index']" @click="autonomyStatus(9)">已完成</text>
|
||||
</view> -->
|
||||
|
||||
<view v-if="studyList.length == 0 && couresList.length == 0 && isOne" class="zan-wu">
|
||||
您还没有学习课程,快去学习吧~
|
||||
</view>
|
||||
@@ -112,11 +94,11 @@
|
||||
<view style="position: relative;">
|
||||
<course-image class="uc-course-type" :course="c" width="265upx" height="154upx">
|
||||
</course-image>
|
||||
<text class="uc-course-type-text" v-if="c.courseType == 10">录播</text>
|
||||
<!-- <text class="uc-course-type-text" v-if="c.courseType == 10">录播</text>
|
||||
<text class="uc-course-type-text" v-if="c.courseType == 20">录播</text>
|
||||
<text class="uc-course-type-text" v-if="c.courseType == 'online-course'">录播</text>
|
||||
<text class="uc-course-type-text" v-if="c.courseType == 'face-course'">线下课</text>
|
||||
<text v-if="c.courseType == 'project'" class="uc-course-type-text">学习项目</text>
|
||||
<text v-if="c.courseType == 'project'" class="uc-course-type-text">学习项目</text> -->
|
||||
</view>
|
||||
|
||||
<view class="course-text" style="justify-content: space-between;position: relative;">
|
||||
|
||||
Reference in New Issue
Block a user