搜索课程高亮

This commit is contained in:
zhaofang
2022-11-18 16:18:55 +08:00
parent b348724270
commit 2f931577f7

View File

@@ -84,7 +84,7 @@
<course-image :course="c" width="308upx" height="192upx"></course-image>
</view>
<view class="coures-conent">
<view class="conent-title" v-html="c.name">
<view class="conent-title" v-html="$keywordActiveShow(c.name,keyword)">
</view>
<!-- <view class="con-au"> -->
<!-- <view v-else style="font-size: 24upx; color: #666666;padding-top: 10upx;"> -->
@@ -101,7 +101,7 @@
</view>
{{converToScore(c.score)}}
</text>
<text>{{ c.score }}<text class="statuy-num">{{c.studies}}+</text>人学习</text>
<text><text class="statuy-num">{{c.studies}}+</text>人学习</text>
</view>
</view>
</view>