mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 09:26:45 +08:00
搜索课程高亮
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user