小程序1.0.2
This commit is contained in:
@ -55,8 +55,8 @@
|
||||
</view>
|
||||
|
||||
<!-- 空状态 -->
|
||||
<view wx:if="{{!courseList || courseList.length === 0}}" class="empty">
|
||||
<image class="empty-icon" src="./image/empty.png" mode="aspectFit"/>
|
||||
<view wx:if="{{!courseList || courseList.length == 0}}" class="empty">
|
||||
<image class="empty-icon" src="/static/empty.png" mode="aspectFit"/>
|
||||
<text class="empty-text">暂无课程,去看看其他分类吧~</text>
|
||||
</view>
|
||||
</scroll-view>
|
||||
|
Reference in New Issue
Block a user