提交
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user