This commit is contained in:
lmj
2022-11-16 18:56:04 +08:00
parent 00f393fb89
commit a78ad727a5
2 changed files with 4 additions and 5 deletions

View File

@@ -22,16 +22,16 @@
<view style="display: flex;line-height: 40upx;">
<author-info :name="detailData.sysCreateBy" :avatar="detailData.avatar" :sex="detailData.sex" :info="detailData.ucode" :showInfo="true"></author-info>
</view>
<view class="concern" style="color: #979797;" v-if="hasFollow" @click="followShow = true">
<!-- <view class="concern" style="color: #979797;" v-if="hasFollow" @click="followShow = true">
已关注
</view>
<view class="concern" v-else @click="addFollow()">
+关注
</view>
</view> -->
<!-- <view class="concern" style="color: #999;">
已关注
</view> -->
<!-- <view style="padding: 20upx 0upx 10upx 40upx; font-size: 24rpx; ">{{ detailData.sysCreateTime }}</view> -->
<view style="margin-left: auto;margin-right: ; font-size: 24rpx; ">{{ detailData.sysCreateTime }}</view>
</view>
<view class="adetail-body">
<u-parse :content="detailData.content"></u-parse>
@@ -958,7 +958,7 @@ export default {
white-space: normal;
word-break: break-all;
font-size: 28upx;
color: #666666;
color: #999;
background-color: #ffffff;
> div {
text-indent: 24px;

View File

@@ -100,7 +100,6 @@
<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> -->
</view>
<view class="course-text" style="justify-content: space-between;position: relative;">
<view class="course-title one-line-ellipsis" style="width: 90%;">
<text style="font-size: 30upx; font-weight: bold;" v-html="$keywordActiveShow(c.courseName, autonomy.keyword)"></text>