mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 19:36:47 +08:00
修改
This commit is contained in:
@@ -60,8 +60,8 @@
|
||||
</view>
|
||||
<view class="article-bot">
|
||||
<text class="article-wz" @click="toDetail(item)" v-html="$keywordActiveShow(item.summary, articleList.keyword)"></text>
|
||||
<view class="article-img" @click="toDetail(item)">
|
||||
<img style="width: 182upx;height:124upx" v-if="item.coverurl" :src="$config.fileUrl+item.coverurl" alt=""/>
|
||||
<view class="article-img" @click="toDetail(item)" v-if="item.coverurl">
|
||||
<img style="width: 182upx;height:124upx" :src="$config.fileUrl+item.coverurl" alt=""/>
|
||||
</view>
|
||||
</view>
|
||||
<!--自己不需要显示作者信息呀-->
|
||||
@@ -74,7 +74,7 @@
|
||||
<image class="btn-img" src="../../static/images/icon/del.png" size="24"></image><text class="btn-text">删除</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="">
|
||||
<view style="margin-right: -30upx;">
|
||||
<interact-bar :views="false" :data="item"></interact-bar>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -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