This commit is contained in:
lmj
2022-11-22 10:53:39 +08:00
parent ffb348a722
commit 34d8f88007
3 changed files with 21 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
<view class="list-box">
<view class="list-box-index">
<view class="list-box-title course-bg-info">
课程排行榜
热门课程排行榜
</view>
<view class="list-box-text" v-for="(cou,index) in courseRankingList" @click="toCourseDetail(cou)">
<image v-if="index == 0" style="width:50upx;height: 50upx;vertical-align: middle;" src="../../static/images/ranking/listblue01.png" mode=""></image>