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