This commit is contained in:
liuyuan
2025-05-19 15:59:34 +08:00
parent 0bbcd61bde
commit cbc3465c57
7 changed files with 38 additions and 32 deletions

View File

@@ -94,7 +94,7 @@
<view class="learning_item" @click="goCourseDescription(item)"
v-if="studyList.length>0"
v-for="(item, index) in studyList">
<image class="book_image" :src="item.image" mode="aspectFit"></image>
<image class="book_image" :src="item.image"></image>
<view class="book_name">{{ item.title }}</view>
</view>
<text class="null_text" v-if="studyList.length==0">暂无数据</text>